summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/compound-literals.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith2016-12-051-7/+17
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-5/+15
* A compound literal within a global lambda or block is still withinJohn McCall2016-10-311-0/+8
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-4/+4
* Update test case for r234543.Benjamin Kramer2015-04-091-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-3/+3
* Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer2015-03-071-1/+1
* Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg2015-03-071-1/+1
* CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer2015-03-061-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-3/+3
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
* CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer2014-12-141-1/+14
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Fix ABI dependent tests by providing an explicit target triple.David Blaikie2012-09-191-3/+3
* Don't check alignment, it's irrelevant to this test.Richard Smith2011-11-231-1/+1
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-221-0/+5
* When reference binding array rvalues, such as those created by compoundPeter Collingbourne2011-11-131-0/+12
* Implement proper support for generating code for compound literals inDouglas Gregor2011-06-171-0/+27