summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.deduct.guide/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-1/+1
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-1/+1
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-1/+1
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+1
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-0/+20
* 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-071-0/+73
OpenPOWER on IntegriCloud