Add CXXCtorInitializer related matchers to the dynamic matcher registry.
authorSamuel Benzaquen <sbenza@google.com>
Wed, 17 Jul 2013 14:28:00 +0000 (14:28 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Wed, 17 Jul 2013 14:28:00 +0000 (14:28 +0000)
commit06e056c4d895c4a74951caf5a382fd2fca03327f
tree1866fe055244b4b378f67fa35865f6da8e1d1f99
parent29410f9c917dde933050b1b1acd4e03f82823747
Add CXXCtorInitializer related matchers to the dynamic matcher registry.

Summary: Now that CXXCtorInitializer is already supported in ASTNodeKind, add CXXCtorInitializer matchers to the dynamic matcher registry.

Reviewers: klimek

CC: cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D1158

llvm-svn: 186508
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp