1. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 14 years ago
  2. 61139c5 Preserve the template type parameter name when instantiating a templace. by Nick Lewycky · 14 years ago
  3. 71b87e4 When template substitution into a template parameter reduces the level by Douglas Gregor · 14 years ago
  4. 24bae92 When performing substitution of template arguments within the body of by Douglas Gregor · 14 years ago
  5. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  6. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 15 years ago
  7. aa03731 Switch initialization of parameters in a call over to by Douglas Gregor · 15 years ago
  8. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 699ee52 Teach FixOverloadedFunctionReference to build new expression ASTs rather by Douglas Gregor · 15 years ago
  11. 11a8240 Slightly more testing for instantiation of non-type template parameters in nested templates, for my own sanity's sake by Douglas Gregor · 15 years ago
  12. 3cd4d1e Test instantiation of static data members that live within nested by Douglas Gregor · 15 years ago
  13. 8320ad4 Test instantiations of out-of-line member definitions of nested templates. by Douglas Gregor · 15 years ago
  14. 5ec178f Fix and test template instantiation for nested member templates. by Douglas Gregor · 15 years ago
  15. 357bbd0 Tighten up the conversion from a single-level template argument list by Douglas Gregor · 15 years ago
  16. d6350ae Implement template instantiation for member class templates. by Douglas Gregor · 15 years ago
  17. d110243 Collect multiple levels of template arguments into a new type, by Douglas Gregor · 15 years ago
  18. d60e105 Implement instantiation of the declarations of member function by Douglas Gregor · 15 years ago