-
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | ||
---|---|---|
780 ↗ | (On Diff #200101) | Let's be informative: "symbol": ..., "range": ... |
Paths
| Differential D62082
[analyzer] print() JSONify: Constraints implementation ClosedPublic Authored by Charusso on May 17 2019, 2:25 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, mikhail.ramalho and 3 others. · View Herald TranscriptMay 17 2019, 2:25 PM Charusso added a parent revision: D62081: [analyzer] print() JSONify: Environment implementation.May 17 2019, 2:30 PM Charusso added a child revision: D62083: [analyzer] print() JSONify: Type information implementation.
This revision is now accepted and ready to land.May 23 2019, 4:06 PM Closed by commit rC361978: [analyzer] print() JSONify: Constraints implementation (authored by Charusso). · Explain WhyMay 29 2019, 8:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201939 include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
test/Analysis/expr-inspection.c
|