summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/deduction-crash.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-271-0/+17
* Fix assertion failure if we can't deduce a template argument for a variableRichard Smith2017-06-021-17/+19
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Handle all TemplateArguments in trivial TypeLocs.Eli Friedman2013-06-261-2/+34
* Fix a regression from r164656.Eli Friedman2012-09-271-0/+11
* Don't perform template argument deduction against invalid templates;Douglas Gregor2012-09-131-1/+13
* 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