]> granicus.if.org Git - clang/commit
Improvements and fixes for name lookup with using directives, from Piotr Rak!
authorDouglas Gregor <dgregor@apple.com>
Thu, 5 Feb 2009 19:25:20 +0000 (19:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 5 Feb 2009 19:25:20 +0000 (19:25 +0000)
commit7dda67d8decef1b3621a151488c4b83bd8372d6a
tree5a2998b8ddf8f1d99036fe2127146dafdecac24f
parent399f5dd0c8d383d60f4dc71bef73960a334d4b5f
Improvements and fixes for name lookup with using directives, from Piotr Rak!

Also, put Objective-C protocols into their own identifier
namespace. Otherwise, we find protocols when we don't want to in C++
(but not in C).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63877 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/Sema/Sema.h
lib/Sema/SemaLookup.cpp
test/SemaCXX/using-directive.cpp
test/SemaObjCXX/protocol-lookup.mm [new file with mode: 0644]