summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-091-1/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [analyzer][IDF] Add a control dependency calculator + a new debug checkerKristof Umann2019-07-051-6/+31
* [analyzer][Dominator] Add post dominators to CFG + a new debug checkerKristof Umann2019-07-031-2/+28
* [analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...Kristof Umann2019-03-141-0/+31
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+34
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-161-0/+19
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-1/+3
* [analyzer] Make issue hash related tests more conciseGabor Horvath2017-10-301-33/+0
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-011-1/+2
* [analyzer] Bug identificationGabor Horvath2015-10-221-0/+35
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-7/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-7/+7
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-071-5/+6
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-071-6/+5
* [analyzer] Print function name when dumping its CFG.Jordan Rose2014-01-151-0/+5
* Fix array_pod_sort predicates after LLVM change.Benjamin Kramer2013-09-221-3/+3
* array_pod_sort loses some type safety, better use the right types.Benjamin Kramer2013-09-221-2/+2
* Rewrite a cold use of std::sort to array_pod_sort.Benjamin Kramer2013-09-221-12/+16
* [analyzer] Add a debug checker that prints Exploded GraphAnna Zaks2013-06-241-0/+21
* [analyzer] Fix grammar in comment.Jordan Rose2013-04-121-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Add checker debug.ConfigDumper to dump the contents of the configuration table.Ted Kremenek2012-10-011-0/+35
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* Add a basic CallGraph to Analysis.Anna Zaks2012-03-081-0/+41
* Colorize and condense CFG pretty-printing.Ted Kremenek2011-12-221-1/+3
* [analyzer] Rely on LLVM Dominators in Clang dominator computation.Anna Zaks2011-12-051-2/+2
* Add source-level dominators analysis. Patch by Guoping Long!Ted Kremenek2011-10-251-0/+23
* Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...Ted Kremenek2011-10-071-1/+1
* [analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis2011-03-011-4/+4
* [analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis2011-02-171-0/+80