On Feb 25, 2012, at 12:51 PM, Sebastian Redl wrote:

> Author: cornedbee
> Date: Sat Feb 25 14:51:20 2012
> New Revision: 151457
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=151457&view=rev
> Log:
> CodeGen support for global variables of type std::initializer_list<X>.
> 
> This emits a backing array with internal linkage and fills it with data,
> then has the initializer_list point at the array. Dynamic initialization
> and global destructors are correctly supported.
> 
> What doesn't work is nested initializer_lists. I have no idea how to
> get them to work, either. However, these should be very rare, and so
> I'll just call it a known bug and declare generalized initializers
> DONE!

Sweet, release notes? :)

-Chris
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to