[cfe-commits] r150926 - in /cfe/trunk: lib/CodeGen/CGExprAgg.cpp lib/CodeGen/CodeGenFunction.h test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sun Feb 19 04:44:31 PST 2012


On 19.02.2012, at 13:28, Sebastian Redl wrote:

> Author: cornedbee
> Date: Sun Feb 19 06:28:02 2012
> New Revision: 150926
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=150926&view=rev
> Log:
> Get recursive initializer lists to work and add a test. Codegen of std::initializer_list is now complete. Onward to array new.

A little over-enthusiastic here. Still doing the wrong thing for member and newed initializer_lists.

Sebastian



More information about the cfe-commits mailing list