[clang] [Clang] Introduce __builtin_is_modifiable_lvalue() (PR #132524)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 21 23:24:37 PDT 2025


tbaederr wrote:

It looks like this is similar to `__builtin_constant_p` - what is the proposed behavior wrt. side effects in the evaluated expression? gcc and clang disagree about this a lot currently: https://godbolt.org/z/rbneznT9z

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


More information about the cfe-commits mailing list