[cfe-commits] r94340 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaInit.cpp test/SemaCXX/aggregate-initialization.cpp
Douglas Gregor
dgregor at apple.com
Mon Jan 25 08:11:47 PST 2010
On Jan 23, 2010, at 4:19 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Sat Jan 23 18:19:41 2010
> New Revision: 94340
>
> URL: http://llvm.org/viewvc/llvm-project?rev=94340&view=rev
> Log:
> 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.
Looks great, thanks!
- Doug
More information about the cfe-commits
mailing list