aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01[analyzer] Fix IssueHash generation.Gabor Horvath1-1/+2
2015-10-22[analyzer] Bug identificationGabor Horvath1-0/+35
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-7/+7
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-7/+7
2014-03-07[C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer1-5/+6
2014-03-07[C++11] Convert sort predicates into lambdas.Benjamin Kramer1-6/+5
2014-01-15[analyzer] Print function name when dumping its CFG.Jordan Rose1-0/+5
2013-09-22Fix array_pod_sort predicates after LLVM change.Benjamin Kramer1-3/+3
2013-09-22array_pod_sort loses some type safety, better use the right types.Benjamin Kramer1-2/+2
2013-09-22Rewrite a cold use of std::sort to array_pod_sort.Benjamin Kramer1-12/+16
2013-06-24[analyzer] Add a debug checker that prints Exploded GraphAnna Zaks1-0/+21
2013-04-12[analyzer] Fix grammar in comment.Jordan Rose1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-10-01Add checker debug.ConfigDumper to dump the contents of the configuration table.Ted Kremenek1-0/+35
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-2/+2
2012-03-08Add a basic CallGraph to Analysis.Anna Zaks1-0/+41
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek1-1/+3
2011-12-05[analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks1-2/+2
2011-10-25Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek1-0/+23
2011-10-07Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...Ted Kremenek1-1/+1
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-4/+4
2011-02-17[analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis1-0/+80