[clang] [C] Diagnose use of C++ keywords in C (PR #137234)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 28 09:28:58 PDT 2025


AaronBallman wrote:

After talking with Erich offline, I've updated the implementation to use a binary_search. The pointers are being cast to `uintptr_t` so that the `llvm::sort()` isn't operating on unrelated pointers.

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


More information about the cfe-commits mailing list