Soon, it will no longer be possible to default-construct StructValue. For details, see https://discourse.llvm.org/t/70086.
For completeness, also add a test that areEquivalentValues() on different IntegerValues returns false.
Differential D154934
[clang][dataflow] Use `IntegerValue` instead of `StructValue` in `ValueTest`. mboehme on Jul 11 2023, 2:25 AM. Authored by
Details Soon, it will no longer be possible to default-construct StructValue. For details, see https://discourse.llvm.org/t/70086. For completeness, also add a test that areEquivalentValues() on different IntegerValues returns false.
Diff Detail
|