summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/compound-literal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a silly mistake in this test that somehow slipped into my last commit.Eli Friedman2011-12-221-1/+1
* Fix a failure (which led to a crash) in constant emission code with vector co...Eli Friedman2011-12-221-2/+3
* Loosen up the IR matching slightlyDouglas Gregor2011-06-171-1/+1
* When emitting a compound literal of POD type, continue to emit aDouglas Gregor2011-06-171-2/+23
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Remove illegal test.Eli Friedman2008-05-191-1/+0
* Add codegen support for block-level compound literals.Eli Friedman2008-05-131-0/+13