-
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It is pretty interesting when you could track the call among the entire graph, it is could be our first Explorer.
Paths
| Differential D63726
[analyzer] print() JSONify: Create pointers ClosedPublic Authored by Charusso on Jun 24 2019, 10:00 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, dkrupp, donat.nagy and 6 others. · View Herald TranscriptJun 24 2019, 10:00 AM Charusso added a parent revision: D63462: [analyzer] JsonSupport: Escape escapes.Jun 24 2019, 10:00 AM Charusso added a child revision: D63727: [analyzer] print() JSONify: Stable LocationContext IDs.Jun 24 2019, 10:03 AM This revision is now accepted and ready to land.Jun 24 2019, 7:22 PM Comment Actions
It is pretty interesting when you could track the call among the entire graph, it is could be our first Explorer. Closed by commit rL364271: [analyzer] print() JSONify: Create pointers (authored by Charusso). · Explain WhyJun 24 2019, 8:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 206359 cfe/trunk/lib/StaticAnalyzer/Core/Environment.cpp
cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
cfe/trunk/test/Analysis/exploded-graph-rewriter/environment.dot
cfe/trunk/test/Analysis/exploded-graph-rewriter/environment_diff.dot
cfe/trunk/test/Analysis/exploded-graph-rewriter/store.dot
cfe/trunk/test/Analysis/exploded-graph-rewriter/store_diff.dot
cfe/trunk/test/Analysis/expr-inspection.c
cfe/trunk/utils/analyzer/exploded-graph-rewriter.py
|