summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-251-0/+18
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-091-18/+0
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-071-0/+18
* [analyzer] Templatefy SMTConstraintManager so more generic code can be moved ...Mikhail R. Gadelha2018-08-231-181/+0
* [analyzer] Update SMT API documentation and methodsMikhail R. Gadelha2018-07-251-5/+6
* [analyzer] Removed API used by the Refutation Manager from SMTConstraintManag...Mikhail R. Gadelha2018-07-251-25/+0
* [analyzer] Moved code from SMTConstraintManager to SMTSolverMikhail R. Gadelha2018-07-251-298/+24
* [analyzer] Moved non solver specific code from Z3ConstraintManager to SMTCons...Mikhail R. Gadelha2018-07-251-0/+479
OpenPOWER on IntegriCloud