1. cb59747 by Steve Naroff · 17 years ago
  2. a65ad46 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  3. 2157f27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  4. a610eab by Steve Naroff · 17 years ago
  5. c32a20d by Steve Naroff · 17 years ago
  6. 5d2fff8 by Steve Naroff · 17 years ago
  7. f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  8. 820dfbd Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 17 years ago
  9. 0661105 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  10. 3332fbd If the condition of a for statement is promoted, make sure the by Chris Lattner · 17 years ago
  11. 3ea3b66 extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  12. 8141772 implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  13. 852d115 Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  14. 5c03960 in the truncation case, make sure to propagate the sign correctly, this by Chris Lattner · 17 years ago
  15. 0ab833c finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  16. 7443e0f detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  17. 2b1b9a8 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  18. 1a4066d report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  19. 3429a81 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  20. 45925ab Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  21. 235e1ad Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
  22. 1b8a46c Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  23. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago