summaryrefslogtreecommitdiff
path: root/test/CodeGen/designated-initializers.c
AgeCommit message (Expand)Author
2014-08-23CodeGen: Skip unnamed bitfields when handling designated initializersDavid Majnemer
2013-10-03Gracefully (and correctly) handle init of multiple union membersMatthew Curtis
2013-06-11Correctly handle designated initializers which modify an array initializedEli Friedman
2011-07-12fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2010-10-08This patch fixes multiple issues in clang's designated init builder andDouglas Gregor
2010-09-06move the hackaround for PR6537 to catch unions as well,Chris Lattner
2010-04-16add another test for the undef patch just for to have peace of mind :)Nuno Lopes
2010-04-16emit padding as undef values, take 2Nuno Lopes
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-27Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson
2009-03-27Fix <rdar://problem/6724396>, where we were silently droppingDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-03Force triple for codegen tests which have expectations on outputDaniel Dunbar
2009-01-30enable test as it already worksNuno Lopes
2009-01-29Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor