[clang] [ASTMatchers] AST matcher support for ObjC pointers (PR #117021)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 22 06:04:16 PST 2024


https://github.com/AaronBallman commented:

The changes LGTM as far as they go, but can you add details to the patch summary about why these should be exposed? (We typically only add to the AST matchers when there's an in-tree need for the functionality, so are there checks being updated to make use of these new interfaces or is this more of a change for completeness?)

Also, please add a release note to `clang/docs/ReleaseNotes.rst` so users know about the feature.

https://github.com/llvm/llvm-project/pull/117021


More information about the cfe-commits mailing list