-
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D62081
[analyzer] print() JSONify: Environment implementation ClosedPublic Authored by Charusso on May 17 2019, 2:24 PM.
Details
Diff Detail Event TimelineHerald added subscribers: dkrupp, donat.nagy, mikhail.ramalho and 3 others. · View Herald TranscriptMay 17 2019, 2:24 PM Charusso added a parent revision: D61912: [analyzer] print() JSONify: Store implementation.May 17 2019, 2:24 PM Charusso added a child revision: D62082: [analyzer] print() JSONify: Constraints implementation.May 17 2019, 2:30 PM This revision is now accepted and ready to land.May 23 2019, 4:06 PM Closed by commit rL361976: [analyzer] print() JSONify: Environment implementation (authored by Charusso). · Explain WhyMay 29 2019, 8:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200098 clang/include/clang/Analysis/AnalysisDeclContext.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
clang/lib/Analysis/AnalysisDeclContext.cpp
clang/lib/StaticAnalyzer/Core/Environment.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h
clang/lib/StaticAnalyzer/Core/ProgramState.cpp
clang/test/Analysis/expr-inspection.c
|