This patch adds a test that crashes without the fix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp | ||
---|---|---|
5148 | Should we also test that the value of the expression is true in the analysis state? |
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp | ||
---|---|---|
5148 | Good point -- done. I've also verified that this test continues to trigger the assert-fail if the fix is not present. |
Should we also test that the value of the expression is true in the analysis state?