[PATCH] Added isImplicit and isExplicit submatchers for constructorDecl.

Daniel Jasper djasper at google.com
Thu Feb 13 01:36:32 PST 2014


  I am not sure we want to go down the route of writing matchers for every bool-function in Clang's AST.. Most of these are really easy to handle in the callback. Or maybe we should come up with a way to write a generic matcher calling bool-functions?

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



More information about the cfe-commits mailing list