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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 05:45:49 PST 2024


AaronBallman wrote:

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

That's a good idea, I've done that and updated the release notes accordingly.

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


More information about the cfe-commits mailing list