summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [analyzer] Make checkEndFunction() give access to the return statement.Reka Kovacs2018-07-161-2/+3
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-191-0/+6
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-2/+2
* [analyzer] Print return values from debug.DumpCalls checker.Jordan Rose2013-03-211-1/+23
* [analyzer] Rename callback EndPath -> EndFunctionAnna Zaks2013-01-031-4/+4
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose2012-07-261-1/+1
* [analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees.Jordan Rose2012-07-101-2/+29
* [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.Jordan Rose2012-06-291-0/+57