[PATCH] First revision of the dynamic ASTMatcher library

Samuel Benzaquen sbenza at google.com
Thu May 2 08:00:02 PDT 2013



================
Comment at: include/clang/ASTMatchers/Dynamic/Parser.h:88
@@ +87,3 @@
+  /// \c parseMatcher function is a better approach to get a matcher object.
+  static bool parseValue(llvm::StringRef Code, TokenProcessor *Processor,
+                         VariantValue *Value, Diagnostics *Error);
----------------
Manuel Klimek wrote:
> Nit: since this is not the preferred interface, I would put it below parseMatcher.
Done

================
Comment at: include/clang/ASTMatchers/Dynamic/Parser.h:102
@@ +101,3 @@
+  static DynTypedMatcher *parseMatcher(llvm::StringRef MatcherCode,
+                                       TokenProcessor *Processor,
+                                       Diagnostics *Error);
----------------
Manuel Klimek wrote:
> For the future: I'd like an overload that doesn't need the TokenProcessor :)
Done. Now I don't even need to expose the default registry-based implementation.


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

BRANCH
  svn

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list