summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Warn about -analyzer-configs being meant for development purposes ...Kristof Umann2019-08-151-5/+16
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [analyzer] Add a new frontend flag to display all checker optionsKristof Umann2019-05-231-35/+16
* [analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...Kristof Umann2019-04-181-2/+4
* [analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann2019-01-261-4/+2
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-261-6/+7
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-5/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-151-86/+7
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-3/+8
* [analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann2018-12-151-2/+3
* [analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it localKristof Umann2018-11-181-25/+2
* Attempt to fix 'logical operation on address of string constant'Kristof Umann2018-11-021-2/+4
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+72
* [analyzer] Add ASTContext to CheckerManagerGeorge Karpenkov2018-08-061-3/+3
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-271-4/+9
* Remove use of intrusive ref count ownership acquisitionDavid Blaikie2017-01-041-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-081-5/+20
* Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko2015-12-281-4/+1
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* [Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath2015-07-151-1/+6
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-091-0/+1
* Remove std::move that was preventing return value optimization.Richard Trieu2015-01-171-1/+1
* unique_ptrify clang::ento::createCheckerManagerDavid Blaikie2014-08-291-6/+5
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-1/+4
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-2/+2
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Factor CheckerManager to be able to pass AnalyzerOptions to checkersTed Kremenek2013-04-161-2/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek2012-08-311-1/+1
* Move AnalyzerOptions.h to include/clang/StaticAnalyzer.Ted Kremenek2012-08-301-1/+1
* Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...Ted Kremenek2012-07-251-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-5/+6
* Fix typo.Jordy Rose2011-08-171-1/+1
* [analyzer] Add a warning for an incompatible plugin version.Jordy Rose2011-08-171-6/+28
* Silence compiler warnings by casting object pointers to function pointers via...Benjamin Kramer2011-08-171-1/+2
* [analyzer] Add basic support for pluggable checkers.Jordy Rose2011-08-171-11/+49
* [analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose2011-08-161-17/+23
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* [analyzer] For -analyzer-checker-help show all the info about groups, package...Argyrios Kyrtzidis2011-03-291-3/+0
* [analyzer] Introduce "event" mechanism in CheckerManager.Argyrios Kyrtzidis2011-02-281-0/+2
* Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis2011-02-251-0/+15
* [analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis2011-02-231-1/+2
* Fix the clang-wpa example.Argyrios Kyrtzidis2011-02-151-1/+1
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-0/+50
OpenPOWER on IntegriCloud