Start by dumping the flow condition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp | ||
---|---|---|
115–118 | I thought there's join-strings function somewhere... |
Paths
| Differential D130398
[clang][dataflow] Add DataflowEnvironment::dump() ClosedPublic Authored by gribozavr on Jul 22 2022, 2:32 PM.
Details
Diff Detail
Event Timelinegribozavr2 added a parent revision: D130399: [clang][dataflow] Expose stringification functions for SAT solver enums. gribozavr2 removed a parent revision: D130399: [clang][dataflow] Expose stringification functions for SAT solver enums.Jul 22 2022, 2:45 PM This revision is now accepted and ready to land.Jul 22 2022, 3:10 PM gribozavr2 retitled this revision from [clang][dataflow] Add Environment::dump() to [clang][dataflow] Add DataflowEnvironment::dump().Jul 22 2022, 4:22 PM This revision was landed with ongoing or failed builds.Jul 22 2022, 4:32 PM Closed by commit rGb5414b566a5a: [clang][dataflow] Add DataflowEnvironment::dump() (authored by gribozavr). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 447006 clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
|
I thought there's join-strings function somewhere...