]> granicus.if.org Git - clang/commit
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base classes...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Mar 2016 22:17:41 +0000 (22:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Mar 2016 22:17:41 +0000 (22:17 +0000)
commitbee7d7acd2ca9cfefcf38124b97dd94c06c4c3ac
tree82cbf783dab6265814072ba1fb7a536af3cfd422
parent15d0933c599c3440c1523038f0bc9dc1a870adb6
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base classes; these are initialized as if they were data members.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262963 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Sema/Initialization.h
lib/AST/DeclCXX.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CGExprConstant.cpp
lib/Sema/SemaInit.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1-0x.cpp [deleted file]
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp [new file with mode: 0644]
test/CodeGenCXX/cxx1z-initializer-aggregate.cpp [new file with mode: 0644]
test/SemaCXX/constant-expression-cxx1z.cpp [new file with mode: 0644]
www/cxx_status.html