1. e7a2764 Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. by Ted Kremenek · 13 years ago
  2. 0c8e5a0 Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST crawl. by Ted Kremenek · 13 years ago
  3. e166719 - Fixed subexpressions evaluation order for binary operators to match order in code generated with the compiler, by Marcin Swiderski · 14 years ago
  4. 8caec84 Enhance -Wunreachable-code to not consider the 'default:' branch of a switch statement live if a switch on an enum value has by Ted Kremenek · 14 years ago
  5. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  6. 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 14 years ago
  7. 9107166 Always add CallExpr as block-level expression. Inline-based interprocedural by Zhongxing Xu · 14 years ago
  8. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  9. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  10. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  11. 45db90d Improve unreachable code warnings for with respect to compound assignments. by Mike Stump · 15 years ago
  12. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  13. 823000c Generalize handling for unreachable code warnings to all binary operators. by Mike Stump · 15 years ago
  14. 8eae090 Refine location reporting for unreachable code warnings for comma expressions. by Mike Stump · 15 years ago
  15. 9a24dc1 Add testcase for recent checkin. by Mike Stump · 15 years ago