1. 84fa6b9 Examine VLA size expressions when computing liveness information. by Ted Kremenek · 17 years ago
  2. b497ebd Added test case for the dead stores checker that was originally an FP reported in PR 2763. by Ted Kremenek · 17 years ago
  3. efe88f5 Enhanced test case. by Ted Kremenek · 17 years ago
  4. 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 17 years ago
  5. fc7ff55 Don't emit 'dead initialization' warnings for variables marked 'unused'. by Ted Kremenek · 17 years ago
  6. b0f3632 Issue dead store warnings for preincrements involved in a subexpression. by Ted Kremenek · 17 years ago
  7. 8b00b6e Added dead stores test case. by Ted Kremenek · 17 years ago
  8. 2cfac22 Further refine dead store checking to distinguish between dead stores and dead increments. by Ted Kremenek · 17 years ago
  9. 489f7b6 '&&' clang commands together so that the test status reflects the results of all three clang executions. by Ted Kremenek · 17 years ago
  10. e81da50 Update test case: simply running "clang -checker-simple" doesn't invoke the dead store checker anymore. We need "-warn-dead-stores" as well. by Ted Kremenek · 17 years ago
  11. 5bce1b0 Test the dead-store checker using both -warn-dead-stores and -checker-simple. by Ted Kremenek · 17 years ago
  12. 1a654b6 Modified the dead stores checker to... by Ted Kremenek · 17 years ago
  13. 3eb817e Improve dead stores diagnostics to include the variable name. by Ted Kremenek · 17 years ago
  14. a23157e Emit dead store warnings for ++ and -- operators. by Ted Kremenek · 17 years ago
  15. f87821c Added test case illustrating the use of '&'. by Ted Kremenek · 17 years ago
  16. 49a2fd2 Added test case to dead stores checker. by Ted Kremenek · 17 years ago
  17. 0fdf06e Convert tabs to spaces. by Ted Kremenek · 17 years ago
  18. bfc5e50 Moved dead-stores test cast to a new test suite subdirectory: Analysis. by Ted Kremenek · 18 years ago[Renamed from test/Sema/dead-stores.c]
  19. 74c43a0 Added another test case for the Dead Stores checker that tests that by Ted Kremenek · 18 years ago
  20. 8aefcbf Added test case for dead stores checker (live variables analysis) that tests by Ted Kremenek · 18 years ago
  21. aa395ba Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 18 years ago