]> granicus.if.org Git - clang/commit
Make name lookup when we're inside a declarator's scope, such as ClassName::func...
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Dec 2008 00:38:16 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Dec 2008 00:38:16 +0000 (00:38 +0000)
commit0a59acb9ae36077ce46fb2807956c5e84f0f6837
tree603076e0e36496c151d8e56116c8fe8c6f622e6f
parent69497c315fd2bfebc7b7a8180d9125fa8b17b292
Make name lookup when we're inside a declarator's scope, such as ClassName::func, work with the new unqualified name lookup code. Test it with default arguments in out-of-line member definitions

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61060 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Sema/Sema.h
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaDecl.cpp
test/SemaCXX/default2.cpp