rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1276
+///     y(42); // Doesn't match
+///   }
+/// \endcode
----------------
I think it would be useful to add to the example:
```
using NS::y;
y(x); // Found by both unqualified lookup and ADL, doesn't match
```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55534/new/

https://reviews.llvm.org/D55534



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

Reply via email to