llvm-project/clang/test/CXX/temp
Richard Smith f26d551387 Do not look through pack expansions when looking for unexpanded parameter packs.
Fixes a selection of rejects-valids when pack-expanding a lambda that itself
contains a pack expansion.

llvm-svn: 310972
2017-08-15 22:58:45 +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 Do not look through pack expansions when looking for unexpanded parameter packs. 2017-08-15 22:58:45 +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] Support deducing B in noexcept(B). 2017-06-07 21:46:22 +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