First steps in implementing DR1467: List-initialization of aggregate from same-type...
authorLarisse Voufo <lvoufo@google.com>
Sat, 24 Jan 2015 23:09:54 +0000 (23:09 +0000)
committerLarisse Voufo <lvoufo@google.com>
Sat, 24 Jan 2015 23:09:54 +0000 (23:09 +0000)
commitd2010991776a26fb1fdc6b2e49cdac1334b7af23
tree6ab554ba3a08f8cd79763d35867b657e2650a0de
parentb5be1addce5cda1d10c8f093bb53c1354018065b
First steps in implementing DR1467: List-initialization of aggregate from same-type object.
Only the first two items for now, changing Sections 8.5.4 [dcl.init.list] paragraph 3 and 13.3.1.7 [over.match.list] paragraph 1,
so that defining class objects and character arrays using uniform initialization syntax is actually treated as list initialization
and before it is treated aggregate initialization.

llvm-svn: 227022
clang/lib/Sema/SemaInit.cpp
clang/test/CXX/drs/dr14xx.cpp