]> granicus.if.org Git - clang/commit
Check for unexpanded parameter packs in using declarations. As a
authorDouglas Gregor <dgregor@apple.com>
Thu, 16 Dec 2010 00:46:58 +0000 (00:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 16 Dec 2010 00:46:58 +0000 (00:46 +0000)
commit56c04588ef3cfa1bbc968fd68de2480a4e66971d
treea173c0b5da0ca60b5b2d40d7e8eb49674e7fac27
parent0c9e4799fd78d350a037498b2c797f2b2558791c
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