summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/alias-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give more accurate descriptions of what kind of template we found in diagnost...Richard Smith2017-01-141-0/+11
* PR31514: Add recursive self-instantiation check during template argumentRichard Smith2017-01-081-0/+10
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-191-0/+17
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-0/+6
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-0/+20
* Fix for dependent contexts in alias templates.Eli Friedman2013-08-151-0/+12
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-7/+0
* Fix pack instantiation with function types.Eli Friedman2013-07-191-0/+7
* Fix for template substitution with packs.Eli Friedman2013-07-191-0/+23
* More for PR11848: a pack expansion type isn't necessarily type-dependent (itsRichard Smith2012-07-161-9/+9
* Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith2012-07-161-5/+43
* PR13136:Richard Smith2012-07-091-0/+19
* PR13243: When deducing a non-type template parameter which is specified as anRichard Smith2012-07-081-0/+9
* When we're substituting into a function parameter pack and expect toDouglas Gregor2012-01-251-3/+2
* Fix PR11848: decree that an alias template contains an unexpanded parameter packRichard Smith2012-01-251-0/+33
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* PR9908: Fix the broken fix for PR9902 to get the template argument lists in t...Richard Smith2011-05-141-0/+70