]> granicus.if.org Git - clang/commit
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)
commit1f127ffecb1499331b68cd9a6e21c6d50ebc57ec
treec22017596c1b1fad12c3ec73328c08feed3cc94f
parent4b147b20c4c0ded6413c7effb99323368398fd0a
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220028 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/Expr.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp