summaryrefslogtreecommitdiff
path: root/unittests/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-304-17/+19
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-1/+1
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-3/+3
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [analyzer] NFC: CallDescription: Implement describing C library functions.Artem Dergachev2019-07-011-0/+12
* [analyzer] NFC: Add a convenient CallDescriptionMap class.Artem Dergachev2019-07-013-6/+165
* [analyzer] Remove the default value arg from getChecker*OptionKristof Umann2019-05-171-17/+14
* Add header guard to Reusables.h [NFC]Ali Tamur2019-04-191-0/+5
* [analyzer] Make default bindings to variables actually work.Artem Dergachev2019-04-182-0/+106
* [analyzer] NFC: Make reusable unittest mocks reusable.Artem Dergachev2019-04-182-52/+61
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-12/+20
* Accomodate gcc 7.3.0's -Wdangling-elseNico Weber2019-01-311-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=TrueAlex Bradbury2019-01-181-0/+3
* [analyzer] A speculative fix for buildbot failures in the new SymbolReaperTest.Artem Dergachev2019-01-181-2/+1
* [analyzer] Make sure base-region and its sub-regions are either all alive or ...Artem Dergachev2019-01-182-0/+122
* [analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl2019-01-071-16/+39
* Fix build failures from r349812 due to a missing argument.Aaron Ballman2018-12-201-1/+2
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-10/+12
* Fix unittest build with GCC older than 5.Benjamin Kramer2018-06-281-1/+1
* [analyzer] Add clangFrontend to target_link_librariesHeejin Ahn2018-06-271-0/+1
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-273-2/+85
* Unittests misc. typos Sylvestre Ledru2018-02-061-2/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-0/+17
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-043-0/+102