[cfe-commits] [PATCH] ThisExpr matcher

Manuel Klimek klimek at google.com
Mon Oct 22 01:36:21 PDT 2012


  Looks good after comment nit fix.


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:551
@@ +550,3 @@
+///
+/// Example matches "this" before i.
+///     (matcher = thisExpr())
----------------
Perhaps rephrase to:
Example matches the implicit this expression in "return i".



http://llvm-reviews.chandlerc.com/D70



More information about the cfe-commits mailing list