[PATCH] Add support for a few Objective-C matchers.

Manuel Klimek klimek at google.com
Fri Feb 20 02:40:07 PST 2015


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:2030
@@ +2029,3 @@
+
+/// \brief Matches on the receiver of an ObjectiveC Message expression.
+AST_MATCHER_P(ObjCMessageExpr, hasReceiverType, internal::Matcher<QualType>,
----------------
Please always provide example code and an example matcher that matches.

http://reviews.llvm.org/D7710

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list