[PATCH] Add loc() to the dynamic registry.

Manuel Klimek klimek at google.com
Mon Mar 10 06:51:11 PDT 2014


  lg


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:2829
@@ -2827,1 +2828,3 @@
+typedef internal::BindableMatcher<TypeLoc>(&loc_Type0)(
+    const internal::Matcher<QualType> &);
 
----------------
I'd vote for putting those into ASTMatchersInternal.h and into the internal namespace.


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

BRANCH
  loc

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list