Check for unexpanded parameter packs in using declarations. As a
commitcc4a7b49ae24021a87f1e56e16bb7df5f8e19ae0
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 16 Dec 2010 00:46:58 +0000 (16 00:46 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 16 Dec 2010 00:46:58 +0000 (16 00:46 +0000)
treea173c0b5da0ca60b5b2d40d7e8eb49674e7fac27
parent286b863874ff81a84011272b456b317b2d9f2300
Check for unexpanded parameter packs in using declarations. As a
drive-by, make sure to check for unexpanded parameter packs within the
name of a declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121930 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateVariadic.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp