StoeckOverflow wrote: Thanks for the feedback, updated this to follow the suggested `DenseMap<APINotesFunctionSelectorKey, bool>` shape.
The diagnostic state now tracks exact selector keys directly, with the bool recording whether Sema matched that selector. I removed the extra `APINotesFunctionSelector` / diagnostic-entry representation entirely, so parameter spellings are no longer stored in Sema state. They are reconstructed lazily through the reader only when emitting an unmatched-selector warning. https://github.com/llvm/llvm-project/pull/209408 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
