Files
clang-p2996/clang/lib/AST/ByteCode/Compiler.cpp
Timm Baeder d6a4828c8a [clang][bytecode] Special-case ConstantExpr in if conditions (#130294)
This happens a lot with `if constexpr` with a condition based on a
template param. In those cases, the condition is a ConstantExpr with a
value already set, so we can use that and ignore the other branch.
2025-03-07 17:35:06 +01:00

203 KiB