1. 3bf6893 fix PR4073 by making designated initializer checking code use by Chris Lattner · 15 years ago
  2. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  3. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  5. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 15 years ago
  6. dfb5e59 Fix a bug with designated initializers where we were stepping out of a by Douglas Gregor · 15 years ago
  7. fdf5569 When handling "the rest" of a designated array subobject, maybe sure by Douglas Gregor · 15 years ago
  8. a9c8780 Make CodeGen produce an error if we come across a non-constant initializer list that involves the GNU array-range designator extension by Douglas Gregor · 15 years ago
  9. 58e22b1 Add another devilish testcase for designated initializers by Douglas Gregor · 15 years ago
  10. 6fbdc6b Eliminate infinite looping in a wacky case with designated initializers. Simplifies (somewhat) the actually checking of the initializer expression following the designators by Douglas Gregor · 15 years ago
  11. 34e7946 Improvements to code-generation and semantic analysis of designated by Douglas Gregor · 15 years ago
  12. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 15 years ago
  13. d6f584f More APSInt appeasement by Douglas Gregor · 16 years ago
  14. 53d3d8e Hopefully the last of the APSInt signedness issues with initializers. Fixes PR clang/3378 by Douglas Gregor · 16 years ago
  15. e3fa2de Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 16 years ago
  16. f6c717c Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 16 years ago
  17. 87f55cf Reimplement the handling of the "current object" in designator by Douglas Gregor · 16 years ago
  18. 05c13a3 Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 16 years ago