summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/designated-initializers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug with designated initializers where we were stepping out of aDouglas Gregor2009-02-121-0/+14
* When handling "the rest" of a designated array subobject, maybe sureDouglas Gregor2009-02-091-0/+21
* Make CodeGen produce an error if we come across a non-constant initializer li...Douglas Gregor2009-01-291-5/+4
* Add another devilish testcase for designated initializersDouglas Gregor2009-01-291-1/+6
* Eliminate infinite looping in a wacky case with designated initializers. Simp...Douglas Gregor2009-01-291-1/+9
* Improvements to code-generation and semantic analysis of designatedDouglas Gregor2009-01-281-5/+5
* Code generation support for C99 designated initializers.Douglas Gregor2009-01-281-4/+26
* More APSInt appeasementDouglas Gregor2009-01-231-1/+1
* Hopefully the last of the APSInt signedness issues with initializers. Fixes P...Douglas Gregor2009-01-231-1/+2
* Make sure all of the isUnsigned flags line up when comparing initializer valu...Douglas Gregor2009-01-231-0/+1
* Properly manage the bit-widths of APInts/APSInts in array initialization.Douglas Gregor2009-01-231-0/+3
* Reimplement the handling of the "current object" in designatorDouglas Gregor2009-01-221-1/+37
* Initial implementation of semantic analysis and ASTs for C99Douglas Gregor2009-01-221-0/+78
OpenPOWER on IntegriCloud