[PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Tue May 17 06:51:17 PDT 2016
courbet added a comment.
Thanks. Could please you submit this for me ?
================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:3724
@@ +3723,3 @@
+ bool Matched = false;
+ for (const auto *Overridden : Node.overridden_methods()) {
+ BoundNodesTreeBuilder OverriddenBuilder(*Builder);
----------------
Thanks for the catch. Unfortunately there are a lot of errors in the file that prevent me to run clang-format. Any hint to handle that efficiently ?
http://reviews.llvm.org/D19324
More information about the cfe-commits
mailing list