[PATCH] D19871: Add an AST matcher for CastExpr kind
Samuel Benzaquen via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 14:10:10 PDT 2016
sbenza added inline comments.
================
Comment at: lib/ASTMatchers/Dynamic/Registry.cpp:78
@@ -77,2 +77,3 @@
// Need Variant/Parser fixes:
+ // hasCastKind
// ofKind
----------------
Is it registered or not?
You add this comment, but also add the matcher in the registry below.
http://reviews.llvm.org/D19871
More information about the cfe-commits
mailing list