1. d7444aa by Steve Naroff · 17 years ago
  2. 42471f8 by Steve Naroff · 17 years ago
  3. fb22d96 by Steve Naroff · 17 years ago
  4. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  5. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 17 years ago
  6. 5912a35 by Steve Naroff · 17 years ago
  7. 53a3234 by Steve Naroff · 17 years ago
  8. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  9. 98e0863 fix 80 col violation by Chris Lattner · 17 years ago
  10. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  11. 211a30e add a diagnostic: by Chris Lattner · 17 years ago
  12. e37f0be move a todo by Chris Lattner · 17 years ago
  13. e1223f7 by Steve Naroff · 17 years ago
  14. 421a23d Fix a few enum-related fixme's by Chris Lattner · 17 years ago
  15. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 17 years ago
  16. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  17. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  18. f1120de by Steve Naroff · 17 years ago
  19. 6a9f3e3 by Steve Naroff · 17 years ago
  20. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  21. bea0b34 by Steve Naroff · 17 years ago
  22. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  23. 7332292 by Steve Naroff · 17 years ago
  24. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  25. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  26. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  27. 49b4526 by Steve Naroff · 17 years ago
  28. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  29. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 18 years ago
  30. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago