aboutsummaryrefslogtreecommitdiff
path: root/unittests/StaticAnalyzer
AgeCommit message (Expand)Author
2019-09-12[analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko
2019-08-21Removed some dead code in BugReporter and related filesDmitri Gribenko
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-07-01[analyzer] NFC: CallDescription: Implement describing C library functions.Artem Dergachev
2019-07-01[analyzer] NFC: Add a convenient CallDescriptionMap class.Artem Dergachev
2019-05-17[analyzer] Remove the default value arg from getChecker*OptionKristof Umann
2019-04-19Add header guard to Reusables.h [NFC]Ali Tamur
2019-04-18[analyzer] Make default bindings to variables actually work.Artem Dergachev
2019-04-18[analyzer] NFC: Make reusable unittest mocks reusable.Artem Dergachev
2019-03-04[analyzer] Enable subcheckers to possess checker optionsKristof Umann
2019-01-31Accomodate gcc 7.3.0's -Wdangling-elseNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[analyzer] Unbreak building of SymbolReaperTest true BUILD_SHARED_LIBS=TrueAlex Bradbury
2019-01-18[analyzer] A speculative fix for buildbot failures in the new SymbolReaperTest.Artem Dergachev
2019-01-18[analyzer] Make sure base-region and its sub-regions are either all alive or ...Artem Dergachev
2019-01-07[analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl
2018-12-20Fix build failures from r349812 due to a missing argument.Aaron Ballman
2018-12-15[analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2018-11-05[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann
2018-06-28Fix unittest build with GCC older than 5.Benjamin Kramer
2018-06-27[analyzer] Add clangFrontend to target_link_librariesHeejin Ahn
2018-06-27[analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko
2018-02-06Unittests misc. typos Sylvestre Ledru
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-11-08Add a method to get the list of registered static analyzer checkers.Alexander Kornienko
2016-01-26Remove autoconf supportChris Bieneman
2015-03-04[analyzer] Individual configuration options can be specified for checkers.Gabor Horvath