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