summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-1/+1
* If the element type of an initializer list has a destructor, make sure we che...Sebastian Redl2012-03-051-0/+18
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-15/+32
* Harden test against for operator new(unsigned int).Benjamin Kramer2012-02-191-1/+1
* Make heap-allocation of std::initializer_list 'work'.Sebastian Redl2012-02-191-0/+20
* Make std::initializer_list member initializers 'work'.Sebastian Redl2012-02-191-0/+31
* Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl2012-02-191-0/+28
* Add a testcase for using objects with list-constructors, and fix a Sema crash...Sebastian Redl2012-02-191-1/+29
* Add a testcase to show that temporaries from the initializer list are destroy...Sebastian Redl2012-02-191-0/+30
* Basic code generation support for std::initializer_list.Sebastian Redl2012-02-171-0/+80
OpenPOWER on IntegriCloud