aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
AgeCommit message (Expand)Author
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-17Fix typo.Jordy Rose
2011-08-17[analyzer] Add a warning for an incompatible plugin version.Jordy Rose
2011-08-17Silence compiler warnings by casting object pointers to function pointers via...Benjamin Kramer
2011-08-17[analyzer] Add basic support for pluggable checkers.Jordy Rose
2011-08-16[analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-03-29[analyzer] For -analyzer-checker-help show all the info about groups, package...Argyrios Kyrtzidis
2011-02-28[analyzer] Introduce "event" mechanism in CheckerManager.Argyrios Kyrtzidis
2011-02-25Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis
2011-02-23[analyzer] Add LangOptions in CheckerManager.Argyrios Kyrtzidis
2011-02-15Fix the clang-wpa example.Argyrios Kyrtzidis
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis