Files
clang-p2996/clang/test/SemaCXX/conditional-expr.cpp
Timm Bäder df2513c80b [clang][Interp] Fix three-way comparison detection
Instead of using !T && CPlusPlus, just check the BinaryOperator's
opcode. Turns out we also hit this code path for some assignments
of structs in C++.
2024-02-09 10:12:25 +01:00

14 KiB