[PATCH] D19871: Add an AST matcher for CastExpr kind

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 08:21:11 PDT 2016


aaron.ballman added a subscriber: aaron.ballman.
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.

Is this required for some purpose?

I'm not keen on adding new AST matchers that we cannot expose via the dynamic API, so I would prefer to solve that problem if we want to add this matcher.

Also, be sure to regenerate the documentation from dump_ast_matchers.py


http://reviews.llvm.org/D19871





More information about the cfe-commits mailing list