aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
AgeCommit message (Expand)AuthorFilesLines
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