aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/CFGReachabilityAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek1-1/+2
2013-08-23Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm1-5/+4
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-03-19Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.Ted Kremenek1-3/+3
2011-02-23Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...Ted Kremenek1-0/+76