summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/CFGReachabilityAnalysis.cpp
AgeCommit message (Expand)Author
2025-05-31[Analysis] Remove unused includes (NFC) (#142255)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-07-28[CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song
2018-03-16[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2014-02-27Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek
2013-08-23Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-03-19Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.Ted Kremenek
2011-02-23Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...Ted Kremenek