1. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  2. 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
  3. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  4. 1ff4f0c Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  5. 9474504 by Steve Naroff · 17 years ago
  6. 8e74c93 by Steve Naroff · 17 years ago
  7. 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  8. 0e85a27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  9. 9dcbfa4 by Steve Naroff · 17 years ago
  10. 507f2d5 by Steve Naroff · 17 years ago
  11. b5a6958 by Steve Naroff · 17 years ago
  12. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  13. ba61556 Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 17 years ago
  14. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  15. 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 17 years ago
  16. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  17. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  18. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  19. b2137ae in the truncation case, make sure to propagate the sign correctly, this by Chris Lattner · 17 years ago
  20. 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  21. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  22. f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  23. b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  24. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  25. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  26. 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
  27. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  28. 700204c by Steve Naroff · 17 years ago
  29. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  30. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  31. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  32. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  33. c80b4ee by Steve Naroff · 17 years ago
  34. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  35. 90045e8 by Steve Naroff · 17 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago