Extend flow condition in the body of a do/while loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128183
[clang][dataflow] Extend flow condition in the body of a do/while loop ClosedPublic Authored by sgatev on Jun 20 2022, 4:10 AM.
Details Summary Extend flow condition in the body of a do/while loop.
Diff Detail
Event Timelinegribozavr2 added inline comments.
This revision is now accepted and ready to land.Jun 20 2022, 8:01 AM This revision was landed with ongoing or failed builds.Jun 20 2022, 10:31 AM Closed by commit rGe363c5963dc3: [clang][dataflow] Extend flow condition in the body of a do/while loop (authored by sgatev). · Explain Why This revision was automatically updated to reflect the committed changes. sgatev marked an inline comment as done.
Revision Contents
Diff 438435 clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|
Can we infer that after the loop bar is false?