llvm-project/clang/test/CXX/temp
Richard Smith cbe079321e [c++1z] Add some more tests for class template argument deduction, add
feature-test macro, and mark feature as done on status page.

llvm-svn: 295011
2017-02-14 00:55:25 +00:00
..
temp.arg Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.decls Fix hole in our enforcement of rule requiring 'typename' prior to a dependent 2017-02-01 21:36:38 +00:00
temp.deduct.guide [c++1z] Enforce restriction that deduction guide is declared in the same scope as its template. 2017-02-10 20:39:58 +00:00
temp.fct.spec [c++1z] Add some more tests for class template argument deduction, add 2017-02-14 00:55:25 +00:00
temp.names
temp.param PR23135: Don't instantiate constexpr functions referenced in unevaluated operands where possible. 2017-01-07 00:48:55 +00:00
temp.res Repoint 'missing typename' diagnostic to the location where 'typename' should be added. 2017-02-01 21:41:18 +00:00
temp.spec Give more accurate descriptions of what kind of template we found in diagnostics. 2017-01-14 02:19:59 +00:00
temp.type
p3.cpp