[PATCH] D22963: [ASTMatcher] Add templateName matcher.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 29 08:17:35 PDT 2016


klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg


================
Comment at: unittests/ASTMatchers/ASTMatchersTraversalTest.cpp:550
@@ +549,3 @@
+    "template<typename T> class Y {};"
+      "X<Y> xi;",
+    classTemplateSpecializationDecl(hasAnyTemplateArgument(
----------------
clang-format?


https://reviews.llvm.org/D22963





More information about the cfe-commits mailing list