aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, with a request for the documentation.



================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:4698-4702
 ///   class Y {
 ///     void x() { this->x(); x(); Y y; y.x(); a; this->b; Y::b; }
 ///     int a;
 ///     static int b;
 ///   };
----------------
Can you update the example to show how this works on the new kinds of member 
expressions?


Repository:
  rC Clang

https://reviews.llvm.org/D52157



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

Reply via email to