================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1712
@@ +1711,3 @@
+internal::ArgumentAdaptingMatcher<internal::HasParentMatcher, ParentT,
+                                  internal::TypeList<Decl, Stmt>,
+                                  internal::TypeList<Decl, Stmt> >
----------------
Manuel Klimek wrote:
> This will at least need Type, won't it? Same for hasAncestor.
I made the default list from matchesChildOf() and the this one from 
matchesAncestorOf(), copying the types they list in their 
TOOLING_COMPILE_ASSERT()


http://llvm-reviews.chandlerc.com/D1201
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to