[PATCH] Completely revamp node binding for AST matchers.
Alexander Kornienko
alexfh at google.com
Tue Jun 18 07:58:26 PDT 2013
================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1504
@@ -1500,3 +1503,3 @@
InnerMatcher) {
for (CXXRecordDecl::method_iterator I = Node.method_begin(),
E = Node.method_end();
----------------
I wonder if it makes sense to extract this to a template function accepting a range of iterators, and use it here and in similar places...
http://llvm-reviews.chandlerc.com/D992
BRANCH
explode-review
ARCANIST PROJECT
clang
More information about the cfe-commits
mailing list