hanchenye-llvm-project/clang/lib
Samuel Benzaquen 0dbabb52a4 Add more types to ASTNodeKind. Refactor common instantiation code.
Summary:
Add support for CXXCtorInitializer and TemplateArgument types to ASTNodeKind.
This change is to support more matchers from clang/ASTMatchers/ASTMatchers.h in the dynamic layer (clang/ASTMatchers/Dynamic).

Reviewers: klimek

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1143

llvm-svn: 186422
2013-07-16 15:47:24 +00:00
..
ARCMigrate ObjC migrator: build conforming interface 2013-07-16 00:20:21 +00:00
AST Add more types to ASTNodeKind. Refactor common instantiation code. 2013-07-16 15:47:24 +00:00
ASTMatchers Remove unnecessary assignment. 2013-07-16 13:58:44 +00:00
Analysis Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into 2013-06-27 21:43:17 +00:00
Basic Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +00:00
CodeGen ARM: implement low-level intrinsics for the atomic exclusive operations. 2013-07-16 09:47:53 +00:00
Driver Replacing an empty switch with its moral equivalent. No functional changes intended. 2013-07-15 13:41:33 +00:00
Edit ObjC migrator: build conforming interface 2013-07-16 00:20:21 +00:00
Format clang-format: Improve detection of function types. 2013-07-16 11:37:21 +00:00
Frontend ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers Add missing include guards into headers in lib/Headers. While it may appear 2013-07-14 05:41:45 +00:00
Lex Don't give # and ## special treatment when in -traditional-cpp mode. Patch by 2013-07-09 01:00:29 +00:00
Parse This patch removes unused parameter allProperties and converts remaining 2013-07-16 15:33:19 +00:00
Rewrite Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Sema This patch removes unused parameter allProperties and converts remaining 2013-07-16 15:33:19 +00:00
Serialization Serialization support for TagDecl::IsCompleteDefinitionRequired 2013-07-14 01:07:41 +00:00
StaticAnalyzer Add 'const' qualifiers to static const char* variables. 2013-07-16 05:03:10 +00:00
Tooling Put helper class in anonymous namespace. 2013-07-01 06:34:58 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile