[clang] [C23] Do not diagnose binary literals as an extension (PR #81658)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 13 13:06:11 PST 2024


https://github.com/efriedma-quic commented:

We could consider keeping the warning group, not actually guarding any warning, so we don't warn on `-Wno-gnu-binary-literal`.

Otherwise looks fine.

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


More information about the cfe-commits mailing list