1. 7df7b6b Create new EnumDecl nodes for redeclarations of enums, linking them by Douglas Gregor · 16 years ago
  2. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  3. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  4. 45e52e1 Add test for nested enum redefinition. - <rdar://problem/6093889> by Daniel Dunbar · 16 years ago
  5. be89909 testcase for PR2416, which we already handle correctly. by Chris Lattner · 16 years ago
  6. d67cd9e fix diagnostics. by Chris Lattner · 16 years ago
  7. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  8. 14943b9 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 16 years ago
  9. d3cd1e5 by Steve Naroff · 17 years ago
  10. 67c49e8 by Steve Naroff · 17 years ago
  11. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  12. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  13. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago