1. 6920cdc When instantiating a member function declared via a typedef, don't try by Douglas Gregor · 14 years ago
  2. 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 14 years ago
  3. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 14 years ago
  4. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 14 years ago
  5. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  6. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. aa81e16 Rework how we support C++ implicit member accesses. If we can resolve an by John McCall · 15 years ago
  9. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  10. f3c1f0e When we have a non-dependent expression such as by Douglas Gregor · 15 years ago
  11. 7a34314 Within a template, qualified name lookup can refer to a non-dependent type by Douglas Gregor · 15 years ago
  12. 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
  13. bb969ed Template instantiation for conversion functions by Douglas Gregor · 15 years ago
  14. 615c5d4 Template instantiation for constructors by Douglas Gregor · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. 5545e16 Cleanup template instantiation for methods, destructors by Douglas Gregor · 15 years ago
  17. 03b2b07 Template instantiation for destructors. This is somewhat repetitive; by Douglas Gregor · 15 years ago
  18. 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 15 years ago