[PATCH] Add support for Adaptative matchers on the dynamic registry.

Manuel Klimek klimek at google.com
Wed Jul 24 00:49:15 PDT 2013



================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1712
@@ +1711,3 @@
+internal::ArgumentAdaptingMatcher<internal::HasParentMatcher, ParentT,
+                                  internal::TypeList<Decl, Stmt>,
+                                  internal::TypeList<Decl, Stmt> >
----------------
This will at least need Type, won't it? Same for hasAncestor.


http://llvm-reviews.chandlerc.com/D1201



More information about the cfe-commits mailing list