1. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 16 years ago
  2. 5023437 When recovering from an invalid forward reference to an enum type in C++, by John McCall · 16 years ago
  3. 8c8d919 Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For by Anders Carlsson · 16 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  6. e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 16 years ago
  7. 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 16 years ago
  8. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 16 years ago
  9. 66b947f Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr by Douglas Gregor · 17 years ago
  10. 93afb0d Add test of enumerator types by Douglas Gregor · 17 years ago