1. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 15 years ago
  2. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 15 years ago
  3. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 15 years ago
  4. 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
  5. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  6. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  7. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  8. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  9. 396f0bf Support initialization of incomplete array with zero size (as extension). by Daniel Dunbar · 16 years ago
  10. d880363 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 16 years ago
  11. f84eda3 Count the number of initializable members correctly in structs/unions by Eli Friedman · 16 years ago
  12. 402256f Diagnose implicit init list for empty aggregate, like struct {}. Fixes by Eli Friedman · 16 years ago
  13. 638e144 Move the error checking for variable-sized objects so we don't by Eli Friedman · 16 years ago
  14. c56c977 Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give by Eli Friedman · 16 years ago
  15. fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 16 years ago
  16. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 16 years ago
  17. 578edc6 by Steve Naroff · 17 years ago
  18. a996033 by Steve Naroff · 17 years ago
  19. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  20. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  21. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  22. 2fdc374 by Steve Naroff · 17 years ago
  23. fd8b4a4 by Steve Naroff · 17 years ago
  24. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  25. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  26. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  27. 371227d by Steve Naroff · 17 years ago
  28. d35005e by Steve Naroff · 17 years ago
  29. 38374b0 by Steve Naroff · 17 years ago
  30. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  31. f009063 by Steve Naroff · 17 years ago