]> granicus.if.org Git - clang/commit
Semantic analysis, ASTs, and unqualified name lookup support for C++
authorDouglas Gregor <dgregor@apple.com>
Tue, 3 Feb 2009 19:21:40 +0000 (19:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 3 Feb 2009 19:21:40 +0000 (19:21 +0000)
commit2a3009a432bdcec59e6383d7b2b17494d6f91649
tree6f72140cec82a050b33451ebcda7f762e90234e2
parent89c9d8e7f0700d27b1d93dc3832eb1af9b92c221
Semantic analysis, ASTs, and unqualified name lookup support for C++
using directives, from Piotr Rak!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63646 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclNodes.def
include/clang/AST/DeclarationName.h
include/clang/Basic/DiagnosticSemaKinds.def
include/clang/Basic/IdentifierTable.h
include/clang/Parse/Scope.h
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclSerialization.cpp
lib/AST/DeclarationName.cpp
lib/AST/StmtDumper.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
test/SemaCXX/member-name-lookup.cpp
test/SemaCXX/using-directive.cpp [new file with mode: 0644]