aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-1/+1
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-1/+1
2015-04-09[CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer1-1/+1
2015-03-18Fix test in release mode. This reapplies r232456, corresponding to r232579.NAKAMURA Takumi1-1/+1
2015-03-18Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky1-0/+33
2015-03-17Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...Hans Wennborg1-24/+0
2015-03-17Fix test in release mode.Nick Lewycky1-1/+1
2015-03-17Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky1-0/+24
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha1-1/+1
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-25/+25
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer1-11/+28
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg1-28/+11
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer1-11/+28
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-2/+2
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer1-8/+8
2014-07-25PR20445: Properly transform the initializer in a CXXNewExpr rather than runningRichard Smith1-0/+10
2014-06-03Remove incorrect assertion.Richard Smith1-0/+7
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith1-1/+18
2014-05-06AST: Update reference temporary manglingDavid Majnemer1-9/+9
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-20/+20
2013-06-27Fix nested lifetime extension when a std::initializer_list member isRichard Smith1-0/+36
2013-06-14Emit initializers for static-storage-duration temporaries as constants whereRichard Smith1-5/+46
2013-06-13Clean up test to appease NDEBUG builds.Richard Smith1-6/+6
2013-06-12PR12086, PR15117Richard Smith1-8/+74
2013-06-05Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith1-0/+3
2013-05-23Fix assert on temporary std::initializer_list.Richard Smith1-0/+10
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith1-0/+6
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor1-0/+19
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie1-1/+1
2012-03-05If the element type of an initializer list has a destructor, make sure we che...Sebastian Redl1-0/+18
2012-02-25CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl1-15/+32
2012-02-19Harden test against for operator new(unsigned int).Benjamin Kramer1-1/+1
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl1-0/+20
2012-02-19Make std::initializer_list member initializers 'work'.Sebastian Redl1-0/+31
2012-02-19Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl1-0/+28
2012-02-19Add a testcase for using objects with list-constructors, and fix a Sema crash...Sebastian Redl1-1/+29
2012-02-19Add a testcase to show that temporaries from the initializer list are destroy...Sebastian Redl1-0/+30
2012-02-17Basic code generation support for std::initializer_list.Sebastian Redl1-0/+80