summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/compound-literals.cpp
AgeCommit message (Expand)Author
2016-12-05DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith
2016-12-03DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith
2016-10-31A compound literal within a global lambda or block is still withinJohn McCall
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-04-09Update test case for r234543.Benjamin Kramer
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-12-14CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-09-19Fix ABI dependent tests by providing an explicit target triple.David Blaikie
2011-11-23Don't check alignment, it's irrelevant to this test.Richard Smith
2011-11-22Use static storage duration for file-scope compound literals, even when theyRichard Smith
2011-11-13When reference binding array rvalues, such as those created by compoundPeter Collingbourne
2011-06-17Implement proper support for generating code for compound literals inDouglas Gregor