[clang] [APINotes] Add Where.Object selectors for C++ methods (PR #216148)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 02:05:34 PDT 2026


StoeckOverflow wrote:

Thanks for forwarding these notes. I pushed an update addressing all four points:

- Removed the unused `FunctionTableKey` constructors.
- Folded `formatAPINotesFunctionSelector` into `FunctionSelector::format()`.
- Renamed the local variable shadowing `FunctionObjectSelector::Ref`.
- Simplified the ref-qualifier flag assertion.

I also removed temporary copies when constructing and deserializing function selector keys and restored the parameter-ID vector’s previous inline capacity.

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


More information about the cfe-commits mailing list