1. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  2. 33b90b3 Handle all TemplateArguments in trivial TypeLocs. by Eli Friedman · 11 years ago
  3. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  4. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  5. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 13 years ago
  6. 9625e44 It's considered poor form to create references to the overloaded by Douglas Gregor · 13 years ago
  7. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  8. d941fa4 Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case. by Sebastian Redl · 13 years ago
  9. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  10. 207014e Improve error recovery when presented with an ill-formed template-id by John McCall · 14 years ago
  11. 0167f3c When there are extra or missing template parameter lists in a template by Douglas Gregor · 14 years ago