commit | 17290c363836ffef497381e4803f3796ed1bbd22 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 08 01:10:55 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Jan 08 01:10:55 2009 +0000 |
tree | d7652669a2d9b7ef073a5b08f031accb00db83d4 | |
parent | e0a2cf332c0af06ed3ca57a39ae5d4f32e64dc73 [diff] [blame] |
Objc's compatibility-alias semantics and code gen issue fix. llvm-svn: 61901
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index eaa8b58..ff8acde 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -1065,7 +1065,7 @@ break; } case Decl::ObjCCompatibleAlias: - ErrorUnsupported(D, "Objective-C compatible alias"); + // compatibility-alias is a directive and has no code gen. break; case Decl::LinkageSpec: {