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

Dean Sutherland dfsuther at yahoo-inc.com
Fri Feb 20 15:00:56 PST 2015


Will do.  New patch soon.
Dean
 

     On Friday, February 20, 2015 2:40 AM, Manuel Klimek <klimek at google.com> wrote:
   

 ================
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/



   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150220/998d5e4e/attachment.html>


More information about the cfe-commits mailing list