summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR20445: Properly transform the initializer in a CXXNewExpr rather than runningRichard Smith2014-07-251-0/+10
* Remove incorrect assertion.Richard Smith2014-06-031-0/+7
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-031-1/+18
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-9/+9
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-20/+20
* Fix nested lifetime extension when a std::initializer_list member isRichard Smith2013-06-271-0/+36
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-141-5/+46
* Clean up test to appease NDEBUG builds.Richard Smith2013-06-131-6/+6
* PR12086, PR15117Richard Smith2013-06-121-8/+74
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+3
* Fix assert on temporary std::initializer_list.Richard Smith2013-05-231-0/+10
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-0/+6
* <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor2013-04-061-0/+19
* 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