]> granicus.if.org Git - clang/commit
Recommit my change to how C++ does elaborated type lookups, now with
authorJohn McCall <rjmccall@apple.com>
Fri, 23 Apr 2010 18:46:30 +0000 (18:46 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 23 Apr 2010 18:46:30 +0000 (18:46 +0000)
commit0d6b1640eb4d1a4a0203235cfdfcdaf3335af36d
tree54b55e627cc1c6d8f8d143ee0344834dfded3edb
parent055117640dabf88e4e7d35e72c98a5f3bbdac256
Recommit my change to how C++ does elaborated type lookups, now with
two bugfixes which fix selfhost and (hopefully) the nightly tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102198 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/DeclBase.h
include/clang/AST/DeclContextInternals.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/ASTImporter.cpp
lib/AST/DeclBase.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaLookup.cpp
test/CXX/basic/basic.lookup/basic.lookup.elab/p2.cpp [new file with mode: 0644]
test/CXX/class.access/class.friend/p1.cpp
test/CXX/temp/temp.decls/temp.friend/p1.cpp
test/SemaCXX/constructor-initializer.cpp
test/SemaCXX/typedef-redecl.cpp