r188439 - Add ctorInitializer to the dynamic AST Matcher registry.
Stefanus Du Toit
stefanus.du.toit at intel.com
Wed Aug 14 17:33:08 PDT 2013
Author: sdt
Date: Wed Aug 14 19:33:08 2013
New Revision: 188439
URL: http://llvm.org/viewvc/llvm-project?rev=188439&view=rev
Log:
Add ctorInitializer to the dynamic AST Matcher registry.
Modified:
cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
Modified: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp?rev=188439&r1=188438&r2=188439&view=diff
==============================================================================
--- cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp (original)
+++ cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp Wed Aug 14 19:33:08 2013
@@ -236,6 +236,7 @@ RegistryMaps::RegistryMaps() {
REGISTER_MATCHER(constructorDecl);
REGISTER_MATCHER(containsDeclaration);
REGISTER_MATCHER(continueStmt);
+ REGISTER_MATCHER(ctorInitializer);
REGISTER_MATCHER(decl);
REGISTER_MATCHER(declCountIs);
REGISTER_MATCHER(declRefExpr);
More information about the cfe-commits
mailing list