1. 7d14d38 When we're type-checking the result of calling a conversion function by Douglas Gregor · 14 years ago
  2. 7d520ba There is no reason for dereferencing a pointer-to-member to require by Douglas Gregor · 14 years ago
  3. 5613876 Require a complete type when performing the qualified lookup during by John McCall · 14 years ago
  4. 6b6d01f Reapply the reference-binding patch applied below, along with a fix to by Douglas Gregor · 14 years ago
  5. 44c9806 Revert r103220. It seems to be breaking self-host by Douglas Gregor · 14 years ago
  6. abfe192 When determining whether the two types involved in reference binding by Douglas Gregor · 14 years ago
  7. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 14 years ago
  8. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  9. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  10. 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. 393896f Fixed two places where we needed to force completion of a type by Douglas Gregor · 15 years ago
  13. 3f5b61c Implement explicit instantiations of member classes of class templates, e.g., by Douglas Gregor · 15 years ago
  14. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago