summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/alias-templates.cpp
AgeCommit message (Expand)Author
2017-01-14Give more accurate descriptions of what kind of template we found in diagnost...Richard Smith
2017-01-08PR31514: Add recursive self-instantiation check during template argumentRichard Smith
2016-10-19Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith
2016-07-15Push alias-declarations and alias-template declarations into scope even ifRichard Smith
2015-09-23PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith
2013-08-15Fix for dependent contexts in alias templates.Eli Friedman
2013-07-19FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo
2013-07-19Fix pack instantiation with function types.Eli Friedman
2013-07-19Fix for template substitution with packs.Eli Friedman
2012-07-16More for PR11848: a pack expansion type isn't necessarily type-dependent (itsRichard Smith
2012-07-16Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith
2012-07-09PR13136:Richard Smith
2012-07-08PR13243: When deducing a non-type template parameter which is specified as anRichard Smith
2012-01-25When we're substituting into a function parameter pack and expect toDouglas Gregor
2012-01-25Fix PR11848: decree that an alias template contains an unexpanded parameter packRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-14PR9908: Fix the broken fix for PR9902 to get the template argument lists in t...Richard Smith