aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/designated-initializers.c
AgeCommit message (Expand)Author
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