]> granicus.if.org Git - clang/commit
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes the...
authorAnders Carlsson <andersca@mac.com>
Sun, 24 Jan 2010 00:19:41 +0000 (00:19 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 24 Jan 2010 00:19:41 +0000 (00:19 +0000)
commit1b36a2fcb2cea310c01fc2a80a9da915e5d2ceb0
treeefc91784e0d04cb71c6c5f901faed324b7514358
parent8ff9e86c492c784b3ce2abe5b5d870cd6db365a8
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes the bug where array elements and member initializers weren't copied correctly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94340 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
test/SemaCXX/aggregate-initialization.cpp