summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx1z-class-template-argument-deduction.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignor...NAKAMURA Takumi2017-02-141-1/+1
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-15/+13
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-2/+2
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-45/+53
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-1/+58
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-58/+1
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-1/+58
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+131