]> granicus.if.org Git - clang/commit
Parsing and AST support for using declarations, from John Thompson!
authorDouglas Gregor <dgregor@apple.com>
Sat, 20 Jun 2009 00:51:54 +0000 (00:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 20 Jun 2009 00:51:54 +0000 (00:51 +0000)
commit9cfbe48a7a20a217fdb2920b29b67ae7941cb116
tree43a0039929a24ceb9f232089e83fda23c07c7ff1
parent6aed766538c9d996b709354386c861037b9eedba
Parsing and AST support for using declarations, from John Thompson!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73812 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclNodes.def
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Action.h
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Parse/MinimalAction.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
test/Parser/cxx-using-declaration.cpp [new file with mode: 0644]
test/Parser/cxx-using-directive.cpp
test/SemaCXX/using-directive.cpp