aboutsummaryrefslogtreecommitdiff
path: root/include/clang/StaticAnalyzer/Frontend
AgeCommit message (Expand)Author
2013-04-16Factor CheckerManager to be able to pass AnalyzerOptions to checkersTed Kremenek
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-16[analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
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