llvm-project/clang/test/CXX/temp/temp.decls
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.alias
temp.class Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
temp.class.spec DR1315: a non-type template argument in a partial specialization is permitted 2016-12-28 02:37:25 +00:00
temp.fct
temp.friend Improve error message when referencing a non-tag type with a tag 2016-12-09 19:47:58 +00:00
temp.mem When determining the target function of an explicit instantiation, make 2017-06-07 23:00:05 +00:00
temp.variadic Do not look through pack expansions when looking for unexpanded parameter packs. 2017-08-15 22:58:45 +00:00
p3.cpp