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

Tang Jiajun via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 19:21:20 PST 2025


tangjj11 wrote:

> 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.

thanks, I will close the PR.

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


More information about the cfe-commits mailing list