summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/deduction-crash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-1/+1
* It's considered poor form to create references to the overloadedDouglas Gregor2011-05-211-3/+33
* Extend Sema::ClassifyName() to support C++, ironing out a few issuesDouglas Gregor2011-04-271-1/+1
* Make the invalid declarator recovery when parsing members work the same as wh...Sebastian Redl2011-04-241-1/+1
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-1/+1
* Improve error recovery when presented with an ill-formed template-idJohn McCall2010-07-301-1/+1
* When there are extra or missing template parameter lists in a templateDouglas Gregor2010-07-141-0/+59