aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
AgeCommit message (Expand)Author
2013-04-12[analyzer] Fix grammar in comment.Jordan Rose
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-01Add checker debug.ConfigDumper to dump the contents of the configuration table.Ted Kremenek
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek
2011-12-05[analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks
2011-10-25Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek
2011-10-07Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...Ted Kremenek
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis
2011-02-17[analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis