summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/designated-initializers.c
Commit message (Expand)AuthorAgeFilesLines
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-5/+5
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-6/+6
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-4/+4
* This patch fixes multiple issues in clang's designated init builder andDouglas Gregor2010-10-081-0/+33
* move the hackaround for PR6537 to catch unions as well,Chris Lattner2010-09-061-4/+23
* add another test for the undef patch just for to have peace of mind :)Nuno Lopes2010-04-161-0/+3
* emit padding as undef values, take 2Nuno Lopes2010-04-161-11/+23
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson2009-07-271-2/+3
* Fix <rdar://problem/6724396>, where we were silently droppingDouglas Gregor2009-03-271-1/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
* enable test as it already worksNuno Lopes2009-01-301-3/+2
* Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor2009-01-291-0/+17