summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.deduct.guide/p3.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-4/+4
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-4/+4
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-4/+4
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-2/+2
* [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
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+74
OpenPOWER on IntegriCloud