Files
clang-p2996/clang/test/CodeGenCXX
Timm Baeder 227b32f6a1 [clang] Remove an incorrect assertion in ConstantFoldAttrs (#105789)
Evaluating the attribute expression can be successful without resulting
in a value. Namely, when the expression is of type void.

Fixes https://github.com/llvm/llvm-project/issues/119125
2025-02-04 12:58:44 +01:00
..