================ 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/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
