]> granicus.if.org Git - clang/commit
Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also
authorDouglas Gregor <dgregor@apple.com>
Fri, 24 Apr 2009 02:57:34 +0000 (02:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 24 Apr 2009 02:57:34 +0000 (02:57 +0000)
commit516ff43cc4e20b637335d3dfa5b197ca8faa09cb
treeb416aa0d00ad0c2dcb7b19b00c65d2ae4c03ac53
parent7cabee5b18212bd3106aea8415b044b2b3b43518
Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also
updates name lookup so that we see through @compatibility_alias
declarations to their underlying interfaces.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69950 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaLookup.cpp