[PATCH] Add support for polymorphic matchers.

Manuel Klimek klimek at google.com
Tue May 21 02:34:25 PDT 2013


  That doesn't implement the idea of "have the polymorphic/adaptative type-safe wrappers for statically bound code?", right? Are you proposing to postpone that step? (I'd be fine with that, but I'd want some FIXMEs in the code...)


================
Comment at: lib/ASTMatchers/Dynamic/Marshallers.h:47
@@ +46,3 @@
+/// Used to group many instantiations of polymorphic/overloaded matchers into a
+/// simgle matcher.
+class DynAnyOfMatcher : public DynTypedMatcher {
----------------
s/simgle/single/


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



More information about the cfe-commits mailing list