Files
clang-p2996/clang/unittests/Analysis/FlowSensitive/ValueTest.cpp
Yitzhak Mandelbaum 65ecbdf61f [clang][dataflow] Fix bug in Value comparison. (#76746)
Makes value equivalence require that the values have no properties,
except in
the case of equivalence by pointer equality (if the pointers are equal,
nothing
else is checked).

Fixes issue #76459.
2024-01-16 13:03:49 -05:00

3.0 KiB