[clang] [clang] Support constexpr alignment of __builtin_assume_aligned. (PR #127223)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 11:53:31 PST 2025


https://github.com/efriedma-quic commented:

This is not the right fix.

After we check the constant expression in Sema, we should create a ConstantExpr containing the the evaluated value, so we don't need to re-evaluate it later.

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


More information about the cfe-commits mailing list