]> granicus.if.org Git - clang/commit
Get recursive initializer lists to work and add a test. Codegen of std::initializer_l...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 19 Feb 2012 12:28:02 +0000 (12:28 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 19 Feb 2012 12:28:02 +0000 (12:28 +0000)
commitaf130fd78267ee9e2395b758a7d827b07ce317a0
treecc6928871b65c3a0ba84312e073fc6cb9b334825
parentbac5cf4110c1c9ba0992fad4fd9f66cedc27f3da
Get recursive initializer lists to work and add a test. Codegen of std::initializer_list is now complete. Onward to array new.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp