summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/compound-literals.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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