summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-1/+1
| | | | | | Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-0/+4
| | | | | | | | | | | | | 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! llvm-svn: 151457
* Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl2012-02-191-0/+81
llvm-svn: 150923
OpenPOWER on IntegriCloud