summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGReachabilityAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song2018-07-281-6/+6
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-161-5/+6
* Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek2014-02-271-1/+2
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-5/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.Ted Kremenek2011-03-191-3/+3
* Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...Ted Kremenek2011-02-231-0/+76