-
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62083
[analyzer] print() JSONify: Type information implementation ClosedPublic Authored by Charusso on May 17 2019, 2:29 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, mikhail.ramalho and 3 others. · View Herald TranscriptMay 17 2019, 2:29 PM Charusso added a parent revision: D62082: [analyzer] print() JSONify: Constraints implementation.May 17 2019, 2:30 PM Charusso added a child revision: D62085: [analyzer] print() JSONify: Constructing objects implementation.May 17 2019, 2:33 PM This revision is now accepted and ready to land.May 23 2019, 4:09 PM Closed by commit rL361979: [analyzer] print() JSONify: Type information implementation (authored by Charusso). · Explain WhyMay 29 2019, 8:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201943 cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
cfe/trunk/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
cfe/trunk/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
cfe/trunk/lib/StaticAnalyzer/Core/ProgramState.cpp
cfe/trunk/test/Analysis/expr-inspection.c
|