summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-unreachable.c
Commit message (Expand)AuthorAgeFilesLines
* Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek2013-02-051-4/+4
* Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch.Ted Kremenek2012-08-241-0/+9
* Reword/rename -Wswitch-unreachable-default.David Blaikie2012-01-241-1/+1
* Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default.David Blaikie2012-01-231-1/+1
* Add -Wswitch-enum-redundant-default.David Blaikie2012-01-211-1/+1
* Add test case for PR 9774, which got fixed along the way.Ted Kremenek2012-01-031-0/+6
* Teach -Wunreachable-code about dead code caused by macro expansions. This sh...Ted Kremenek2011-08-251-0/+12
* Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ...Ted Kremenek2011-07-191-4/+4
* - Fixed subexpressions evaluation order for binary operators to match order i...Marcin Swiderski2010-10-241-4/+4
* Enhance -Wunreachable-code to not consider the 'default:' branch of a switch ...Ted Kremenek2010-09-091-0/+16
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-1/+1
* Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek2010-08-191-1/+1
* Always add CallExpr as block-level expression. Inline-based interproceduralZhongxing Xu2010-02-241-2/+2
* Improve unreachable code warnings with respect to dead member andMike Stump2010-01-211-0/+6
* Improve unreachable code warnings for with respect to c-style casts.Mike Stump2010-01-211-0/+3
* Improve unreachable code warnings for with respect to ? :.Mike Stump2010-01-211-0/+4
* Improve unreachable code warnings for with respect to compoundMike Stump2010-01-211-0/+5
* Improve unreachable code warnings with respect to dead binary andMike Stump2010-01-211-4/+10
* Generalize handling for unreachable code warnings to all binary operators.Mike Stump2010-01-151-4/+4
* Refine location reporting for unreachable code warnings for comma expressions.Mike Stump2010-01-151-0/+56
* Add testcase for recent checkin.Mike Stump2010-01-151-0/+20
OpenPOWER on IntegriCloud