aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Remove use of intrusive ref count ownership acquisitionDavid Blaikie1-1/+1
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-08-08[analyzer] Command line option to show enabled checker list.Gabor Horvath1-5/+20
2015-12-28Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko1-4/+1
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-1/+1
2015-07-15[Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath1-1/+6
2015-07-09[Static Analyzer] Basic per checker command line option validation.Gabor Horvath1-0/+1
2015-01-17Remove std::move that was preventing return value optimization.Richard Trieu1-1/+1
2014-08-29unique_ptrify clang::ento::createCheckerManagerDavid Blaikie1-6/+5
2014-08-29Add an option to silence all analyzer warnings.Anna Zaks1-1/+4
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-2/+2
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-2/+2
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1
2013-04-16Factor CheckerManager to be able to pass AnalyzerOptions to checkersTed Kremenek1-2/+3
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-6/+6
2012-08-31Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek1-1/+1
2012-08-30Move AnalyzerOptions.h to include/clang/StaticAnalyzer.Ted Kremenek1-1/+1
2012-07-25Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...Ted Kremenek1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-1/+1
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-5/+6
2011-08-17Fix typo.Jordy Rose1-1/+1
2011-08-17[analyzer] Add a warning for an incompatible plugin version.Jordy Rose1-6/+28
2011-08-17Silence compiler warnings by casting object pointers to function pointers via...Benjamin Kramer1-1/+2
2011-08-17[analyzer] Add basic support for pluggable checkers.Jordy Rose1-11/+49
2011-08-16[analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose1-17/+23
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-03-29[analyzer] For -analyzer-checker-help show all the info about groups, package...Argyrios Kyrtzidis1-3/+0
2011-02-28[analyzer] Introduce "event" mechanism in CheckerManager.Argyrios Kyrtzidis1-0/+2
2011-02-25Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis1-0/+15
2011-02-23[analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis1-1/+2
2011-02-15Fix the clang-wpa example.Argyrios Kyrtzidis1-1/+1
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis1-0/+50