]> granicus.if.org Git - clang/commit
Add more types to ASTNodeKind. Refactor common instantiation code.
authorSamuel Benzaquen <sbenza@google.com>
Tue, 16 Jul 2013 15:47:24 +0000 (15:47 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Tue, 16 Jul 2013 15:47:24 +0000 (15:47 +0000)
commitbdfacea02fa37b64e4eb815448bc5c4d42a67a8e
treedecfc4bc25070505d6d3d211f8dac2fd3cfdb075
parenta3c6246950f23d7d4cd748badaf8f05d7bc3f14a
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186422 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTFwd.h
include/clang/AST/ASTTypeTraits.h
lib/AST/ASTTypeTraits.cpp