Towards PR21289: don't lose track of unexpanded parameter packs with
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 02:46:42 +0000 (02:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 02:46:42 +0000 (02:46 +0000)
commitcfaa5a32441407450ec86276f3ab2e06a2ebc952
tree6c8a590c5aec4d05309a7925618145cacc7d4415
parent7e350c927c4322dc7eafe40a3a12f4ff2b0e8084
Towards PR21289: don't lose track of unexpanded parameter packs with
non-dependent types, in CXXScalarValueInitExprs and in the
nested-name-specifier or template arguments of a DeclRefExpr in particular.

llvm-svn: 220028
clang/include/clang/AST/ExprCXX.h
clang/lib/AST/Expr.cpp
clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp