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

Ziqing Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 11:55:58 PDT 2022


ziqingluo-90 updated this revision to Diff 444032.
ziqingluo-90 added a comment.

Taking @aaron.ballman 's advice to overload `callee` instead of creating a new matcher.  Avoid to bloat `ASTMatchers.h`.

Sorry to the reviewers that have to review this patch again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129398

Files:
  clang/docs/LibASTMatchersReference.html
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129398.444032.patch
Type: text/x-patch
Size: 7075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220712/7fc8802f/attachment.bin>


More information about the cfe-commits mailing list