summaryrefslogtreecommitdiff
path: root/test/SemaObjC/warn-unreachable.m
AgeCommit message (Expand)Author
2014-03-29[-Wunreachable-code] Expand paren-suppression heuristic to C++/ObjC bools.Ted Kremenek
2014-03-21[-Wunreachable-code] add a specialized diagnostic for unreachable increment e...Ted Kremenek
2014-03-15Start breaking -Wunreachable-code up into different diagnostic groups.Ted Kremenek
2014-03-09[-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'.Ted Kremenek
2012-03-06Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc...Ted Kremenek