Files
clang-p2996/clang/lib/AST/ByteCode/InterpState.cpp
Timm Baeder a024a0ceed [clang][bytecode] Override InConstantContext flag for immediate calls (#109967)
And fix the diagnostics for __builtin_is_constant_evaluated(). We can be
in a non-constant context, but calling an immediate function always
makes the context constant for the duration of that call.
2024-09-25 16:46:46 +02:00

3.1 KiB