summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-11/+11
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-231-11/+11
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-201-11/+11
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-30/+0
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-0/+30
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-30/+0
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-2/+2
* [AMDGPU] Clean up old address space mapping and fix constant address space valueYaxun Liu2018-03-051-9/+9
* Clean up AMDGCN testsYaxun Liu2018-02-151-23/+23
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-65/+86
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+1
* [CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer2015-04-091-1/+1
* Fix test in release mode. This reapplies r232456, corresponding to r232579.NAKAMURA Takumi2015-03-181-1/+1
* Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky2015-03-181-0/+33
* Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...Hans Wennborg2015-03-171-24/+0
* Fix test in release mode.Nick Lewycky2015-03-171-1/+1
* Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky2015-03-171-0/+24
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-141-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-25/+25
* Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer2015-03-071-11/+28
* Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg2015-03-071-28/+11
* CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer2015-03-061-11/+28
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
* CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer2015-02-191-8/+8
* 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