summaryrefslogtreecommitdiffstats
path: root/test/CXX/temp
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-062-5/+5
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-6/+3
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-042-5/+5
* 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
* [NFC] Test commit: tweak whitespace in commentTan S. B2018-12-171-2/+2
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-0/+12
* Improve diagnostic for missing comma in template parameter list.Richard Smith2018-08-171-3/+6
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-4/+4
* [Sema] Diagnose an invalid dependent function template specializationErik Pilkington2018-07-191-0/+28
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-6/+6
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-6/+6
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-6/+6
* PR38136: improve handling of template argument deduction of non-trailingRichard Smith2018-07-122-2/+54
* Add tests for function conversions in conversion function templateRichard Smith2018-07-121-0/+17
* Fix deduction for conversion function templates converting to referenceRichard Smith2018-07-111-0/+68
* Fix determination of whether one set of cvr-qualifiers is compatibleRichard Smith2018-07-111-0/+10
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-1/+1
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-165-76/+21
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-2/+2
* [Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typoJan Korous2018-02-081-14/+14
* Diagnose the various invalid decl-specifiers on nontype template parameters.Faisal Vali2017-12-221-3/+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
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-071-4/+5
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+17
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-3/+33
* [c++1z] Enforce restriction that deduction guide is declared in the same scop...Richard Smith2017-02-101-10/+10
* [c++1z] Disallow deduction guides with deduced types that don't syntactically...Richard Smith2017-02-101-5/+3
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-0/+20
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-1/+2
* Diagnose an attempt to give a deduction-guide a function body.Richard Smith2017-02-081-5/+5
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-1/+1
* P0091R3: Improved syntactic checking of deduction-guides.Richard Smith2017-02-081-10/+25
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-073-0/+161
* Repoint 'missing typename' diagnostic to the location where 'typename' should...Richard Smith2017-02-011-1/+2
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-012-1/+38
* PR9551: Implement DR1004 (http://wg21.link/cwg1004).Richard Smith2017-01-181-7/+50
* Give more accurate descriptions of what kind of template we found in diagnost...Richard Smith2017-01-141-1/+1
* Implement DR1388 (wg21.link/cwg1388).Richard Smith2017-01-091-5/+8
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-5/+5
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-283-12/+16
* DR1495: A partial specialization is ill-formed if it is not (strictly) moreRichard Smith2016-12-271-2/+2
* When producing a name of a partial specialization in a diagnostic, use theRichard Smith2016-12-241-4/+4
* When merging two deduced non-type template arguments for the same parameter,Richard Smith2016-12-231-1/+4
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-092-2/+2
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-222-5/+33
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-162-1/+69