aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ReachableCode.cpp
AgeCommit message (Expand)Author
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu
2010-09-09Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...Ted Kremenek
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-02-23Move the rest of the unreachable code analysis from libSemaTed Kremenek
2010-02-23Start moving some of the logic for the unreachable code analysis out of libSemaTed Kremenek