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

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 12:42:50 PDT 2025


zygoloid wrote:

(I guess we could also warn if an object-like macro is expanded and the macro name is preceded or followed by a `$` with no whitespace, since that would also behave differently under `-fdollars-in-identifiers`, but I suspect that's not worth worrying about in practice.)

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


More information about the cfe-commits mailing list