]> granicus.if.org Git - clang/commit
Implement pack expansion of base initializers, so that we can
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 00:32:56 +0000 (00:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 00:32:56 +0000 (00:32 +0000)
commit3fb9e4b89f72823f162096086f0f964e6dcf66d6
tree8b942b275d55cca992e80812dede111dd8d856fc
parentb162054ba8f5b64fe87fbc4837933ab23eebd52b
Implement pack expansion of base initializers, so that we can
initialize those lovely mixins that come from pack expansions of base
specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122793 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/DeclCXX.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTReader.cpp
test/CXX/temp/temp.decls/temp.variadic/p4.cpp