aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/compound-literal.c
AgeCommit message (Expand)Author
2013-03-07Evaluate compound literals directly into the result aggregateJohn McCall
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes
2011-12-22Fix a silly mistake in this test that somehow slipped into my last commit.Eli Friedman
2011-12-22Fix a failure (which led to a crash) in constant emission code with vector co...Eli Friedman
2011-06-17Loosen up the IR matching slightlyDouglas Gregor
2011-06-17When emitting a compound literal of POD type, continue to emit aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-05-19Remove illegal test.Eli Friedman
2008-05-13Add codegen support for block-level compound literals.Eli Friedman