1. 32b5ca0 Support return type deduction for templates in -fdelayed-template-parsing (microsoft) mode by Faisal Vali · 11 years ago
  2. 9d57b8d Sema: Subst type default template args earlier by David Majnemer · 11 years ago
  3. 8ef1b37 Reword a diagnostic to avoid a confusing implication that it might be talking by Richard Smith · 11 years ago
  4. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  5. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  6. 4384712 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 11 years ago
  7. 8c5d407 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 11 years ago
  8. a730f54 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 11 years ago
  9. d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
  10. 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
  11. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago