courbet added inline comments.

================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:3724
@@ +3723,3 @@
+  bool Matched = false;
+  for (auto It = Node.begin_overridden_methods();
+       It != Node.end_overridden_methods(); ++It) {
----------------
aaron.ballman wrote:
> Can you range-ify this for loop?
I could do that , but it would require adding:

```const CXXMethodVector* ASTContext::overridden_methods() const;```

And plumbing it through. (or did I miss something ?)

Let me know what you think.


http://reviews.llvm.org/D19324



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to