summaryrefslogtreecommitdiff
path: root/test/Sema/designated-initializers.c
AgeCommit message (Expand)Author
2017-04-14PR32280: Do not crash on nested initializers.Vassil Vassilev
2015-06-10Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao
2013-10-03Gracefully (and correctly) handle init of multiple union membersMatthew Curtis
2013-06-11Tweak r183791 so we don't print a note without a source location.Eli Friedman
2010-10-08This patch fixes multiple issues in clang's designated init builder andDouglas Gregor
2009-12-22When filling in value initializations within an initializer list, beDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-04-25fix PR4073 by making designated initializer checking code useChris Lattner
2009-04-15Implement support for designated initializers that refer to members ofDouglas Gregor
2009-03-28Make our diagnostics about the obsolete GNU designated-initializerDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-18Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor
2009-02-12Fix a bug with designated initializers where we were stepping out of aDouglas Gregor
2009-02-09When handling "the rest" of a designated array subobject, maybe sureDouglas Gregor
2009-01-29Make CodeGen produce an error if we come across a non-constant initializer li...Douglas Gregor
2009-01-29Add another devilish testcase for designated initializersDouglas Gregor
2009-01-29Eliminate infinite looping in a wacky case with designated initializers. Simp...Douglas Gregor
2009-01-28Improvements to code-generation and semantic analysis of designatedDouglas Gregor
2009-01-28Code generation support for C99 designated initializers.Douglas Gregor
2009-01-23More APSInt appeasementDouglas Gregor
2009-01-23Hopefully the last of the APSInt signedness issues with initializers. Fixes P...Douglas Gregor
2009-01-23Make sure all of the isUnsigned flags line up when comparing initializer valu...Douglas Gregor
2009-01-23Properly manage the bit-widths of APInts/APSInts in array initialization.Douglas Gregor
2009-01-22Reimplement the handling of the "current object" in designatorDouglas Gregor
2009-01-22Initial implementation of semantic analysis and ASTs for C99Douglas Gregor