This doesn't depend on object addresses, even though they are used
in canonicalization. This is important & subtle, so add a comment+test.
Details
Details
- Reviewers
NoQ xazax.hun gribozavr2
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Analysis/FlowSensitive/Arena.cpp | ||
---|---|---|
13 |
clang/unittests/Analysis/FlowSensitive/ArenaTest.cpp | ||
---|---|---|
169 | oops, good catch! (this was the test I expected to fail, which convinced me the code being tested was correct. so a bit ironic that the test was wrong and would have passed either way...) |