Files
clang-p2996/clang/lib/AST/ByteCode/Context.cpp
Timm Baeder 478bdd8b90 [clang][bytecode] Save Constexpr bit in Function (#142793)
Rename isConstexpr to isValid, the former was always a bad name. Save a
constexpr bit in Function so we don't have to access the decl in
CheckCallable.
2025-06-05 06:38:48 +02:00

18 KiB