summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/alias-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-5/+2
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-071-1/+5
* [Sema] Make sure we substitute an instantiation-dependent default template ar...Erik Pilkington2018-11-121-0/+10
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-2/+2
* [AST] Perform additional canonicalization for DependentSizedArrayTypeDavid Majnemer2015-07-241-0/+11
* DR1909: Diagnose all invalid cases of a class member sharing its name with th...Richard Smith2015-07-061-4/+2
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-4/+4
* Implement DR577David Majnemer2014-02-191-1/+1
* Fixed an assertion failure triggered by invalid code.Enea Zaffanella2013-01-111-3/+1
* PR12647: An alias template instantiation which occurs in a SFINAE context isRichard Smith2012-04-261-0/+27
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-2/+3
* PR11684, core issue 1417:Richard Smith2012-02-101-2/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+147
OpenPOWER on IntegriCloud