[PATCH] D23448: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
Martin Böhme via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 12 06:58:53 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL278507: [ASTMatchers] Add templateTypeParmDecl() to Registry.cpp (authored by mboehme).
Changed prior to commit:
https://reviews.llvm.org/D23448?vs=67831&id=67832#toc
Repository:
rL LLVM
https://reviews.llvm.org/D23448
Files:
cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
Index: cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
===================================================================
--- cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
+++ cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
@@ -396,6 +396,7 @@
REGISTER_MATCHER(templateName);
REGISTER_MATCHER(templateArgumentCountIs);
REGISTER_MATCHER(templateSpecializationType);
+ REGISTER_MATCHER(templateTypeParmDecl);
REGISTER_MATCHER(templateTypeParmType);
REGISTER_MATCHER(throughUsingDecl);
REGISTER_MATCHER(to);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23448.67832.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160812/c5849ed8/attachment.bin>
More information about the cfe-commits
mailing list