summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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