Files
clang-p2996/clang/lib/Analysis/FlowSensitive/Value.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

2.2 KiB