summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CFGReachabilityAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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