[clang] [clang][bytecode] Yet another __builtin_constant_p implementation (PR #130143)

Nikolas Klauser via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 7 08:08:35 PST 2025


philnik777 wrote:

Ah, ok. That's why I couldn't figure it out :D. I'm a bit worried that you could get the constant evaluator in a bad state that way, but I trust you that that's not a problem. Nobody should ever try to modify any state in a `__builtin_constant_p` anyways.

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


More information about the cfe-commits mailing list