summaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.decls
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-0/+39
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-6/+3
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+3
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-3/+3
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+3
* [Sema] Diagnose an invalid dependent function template specializationErik Pilkington2018-07-191-0/+28
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-0/+98
* When determining the target function of an explicit instantiation, makeJohn McCall2017-06-071-0/+13
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-011-1/+1
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-282-11/+15
* DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith2016-12-271-2/+2
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-1/+1
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-311-1/+1
* [Sema] Fix a bug where pack expansion was not expanded in type aliasErik Pilkington2016-07-051-0/+32
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+1
* Diagnose template alias declarations in local classes.Richard Smith2016-04-061-1/+3
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-172-0/+10
* PR20073: promote "dereference of 'void*'" from Extension to ExtWarn.Richard Smith2015-05-191-1/+1
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* PR22435: Correctly implement tiebreaker for reference ordering in functionRichard Smith2015-02-201-1/+22
* PR21531: fix crash on invalid with unexpanded pack in case value.Richard Smith2014-11-201-0/+1
* Towards PR21289: don't lose track of unexpanded parameter packs withRichard Smith2014-10-171-0/+14
* Fix "unsupported friend" diagnostic to also appear for friend functions with ...Richard Smith2014-09-291-4/+4
* C++1y is now C++14!Aaron Ballman2014-08-191-4/+4
* Reject varargs '...' in function prototype if there are more parameters afterRichard Smith2014-08-111-1/+1
* Move DR532 test where it belongs.Nikola Smiljanic2014-06-031-16/+0
* PR12961 - Extend DR532 to cover C++98/03.Nikola Smiljanic2014-05-312-63/+37
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-072-3/+3
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-091-3/+12
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+1
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+1
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-081-3/+3
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-221-0/+12
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-3/+3
* Hopefully unbreak bots which are seeing an assert in this test. Temporary, realRichard Smith2013-09-241-1/+7
* Implement restriction that a partial specialization must actually specializeRichard Smith2013-09-241-0/+29
* PR17075: When performing partial ordering of a member function against aRichard Smith2013-09-111-0/+7
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+1
* Regression test for PR12699Serge Pavlov2013-08-051-0/+26
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-0/+17
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-17/+0
* Fix to PR12262 - assertion when substituting explicit template argumentsSerge Pavlov2013-07-151-0/+177
* Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-131-0/+4
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-0/+17
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-17/+0
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-0/+17
* Missing test update from r184884.Richard Smith2013-06-251-1/+1
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-1/+1
* Add a couple more tests.Eli Friedman2013-06-201-0/+1
* Include the unexpanded packs in the initializer expression when checking aNick Lewycky2013-06-131-0/+11