[PATCH] D19324: [ASTMatchers] new forEachOverriden matcher

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 05:18:14 PDT 2016


aaron.ballman added inline comments.

================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:3724
@@ +3723,3 @@
+  bool Matched = false;
+  for (const auto *Overridden : Node.overridden_methods()) {
+    BoundNodesTreeBuilder OverriddenBuilder(*Builder);
----------------
courbet wrote:
> 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 ?
There's a script that you can use to reformat just the contents of a diff: http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting


http://reviews.llvm.org/D19324





More information about the cfe-commits mailing list