AaronBallman wrote:

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

Effectively checking for `LangOpts.DollarIdents || LangOpts.AsmPreprocessor`? 
Or do you think `DollarIdents` should be true if `AsmPreprocessor` is true?

https://github.com/llvm/llvm-project/pull/135407
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to