[PATCH] D129398: [ASTMatchers] Add a new matcher for callee declarations of Obj-C message expressions

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 10 16:12:17 PDT 2022


NoQ added inline comments.


================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:3841
 
+/// matches if ObjCMessageExpr's callee declaration matches
+///
----------------
Nitpick carryover: needs capital letter and `.`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129398/new/

https://reviews.llvm.org/D129398



More information about the cfe-commits mailing list