]> granicus.if.org Git - clang/commit
Check for unexpanded parameter packs in various kinds of
authorDouglas Gregor <dgregor@apple.com>
Wed, 15 Dec 2010 23:18:36 +0000 (23:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 15 Dec 2010 23:18:36 +0000 (23:18 +0000)
commite186269a8a41dbff1ebea2c251048892979d1078
treecfb98507042508e78bcd362f08456fe2c7e1f342
parentc11e1d7f1eff113b8a4b2a6370975eb1dc7c9205
Check for unexpanded parameter packs in various kinds of
declarations. This is a work in progress, as I go through the C++
declaration grammar to identify where unexpanded parameter packs can
occur.

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