1. f67875d Improve template argument deduction to keep track of why template by Douglas Gregor · 15 years ago
  2. 859ba50 Deducation and instantiation of block types. by Anders Carlsson · 15 years ago
  3. 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 15 years ago
  4. 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
  5. d708c72 Implement template argument deduction for class template by Douglas Gregor · 15 years ago
  6. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  7. 0fce0ae Document the template argument deduction patterns that Anders' patch supports by Douglas Gregor · 15 years ago
  8. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  9. 9ba4164 Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. by Anders Carlsson · 15 years ago
  10. e9c904b Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  11. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  12. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  13. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  14. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago