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

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 14:49:36 PDT 2016


jroelofs added a subscriber: jroelofs.
jroelofs added a comment.

Drive-by thought: I think it would be useful to be able to match implicit casts separately from explicit casts when using this new matcher.


http://reviews.llvm.org/D19871





More information about the cfe-commits mailing list