[clang] Disable -fdollars-in-identifiers by default (PR #135407)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 16 10:18:49 PDT 2025


efriedma-quic wrote:

We should disable the warning if we're preprocessing asm, which should mostly solve the issue with warnings.

For the Linux kernel, does anything break other than the warnings?

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


More information about the cfe-commits mailing list