This is the second part of D49668, and moves all the code that's not specific to a ConstraintManager to SMTSolver.
No functional change intended.
Paths
| Differential D49767
[analyzer] Moved code from SMTConstraintManager to SMTSolver ClosedPublic Authored by mikhail.ramalho on Jul 24 2018, 4:20 PM.
Details Summary This is the second part of D49668, and moves all the code that's not specific to a ConstraintManager to SMTSolver. No functional change intended.
Diff Detail
Event TimelineHerald added subscribers: a.sidorin, szepet, xazax.hun. · View Herald TranscriptJul 24 2018, 4:20 PM mikhail.ramalho mentioned this in D49768: [analyzer] Removed API used by the Refutation Manager from SMTConstraintManager and replace by proper calls to SMTSolver.Jul 24 2018, 4:31 PM mikhail.ramalho added a child revision: D49768: [analyzer] Removed API used by the Refutation Manager from SMTConstraintManager and replace by proper calls to SMTSolver. mikhail.ramalho retitled this revision from [analyzer] Moved non ConstraintManager code to SMTSolver to [analyzer] Moved code from SMTConstraintManager to SMTSolver. This revision is now accepted and ready to land.Jul 24 2018, 4:47 PM Closed by commit rL337921: [analyzer] Moved code from SMTConstraintManager to SMTSolver (authored by mramalho). · Explain WhyJul 25 2018, 5:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 157250 cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
cfe/trunk/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
|