LG.

================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1348
@@ +1347,3 @@
+inline internal::ArgumentAdaptingMatcher<internal::HasMatcher, QualType>
+has(const internal::Matcher<Type> &ChildMatcher) {
+  return has(qualType(ChildMatcher));
----------------
I think we should explain why we have those overloads somewhere in the comments 
so people trying to maintain this code understand it.


http://llvm-reviews.chandlerc.com/D83
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to