1. 5cadfab Fixed isConstantInitializer for __builtin_choose_expr. by Abramo Bagnara · 14 years ago
  2. 0333296 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. by Douglas Gregor · 14 years ago
  3. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 14 years ago
  4. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  5. 1d7d8d6 The type of a compound literal expression is not necessarily the same as the by John McCall · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 759f252 PR3009: Get rid of bogus warning for scalar compound literals. by Eli Friedman · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  10. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  11. 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
  12. 6135352 InitListChecker::CheckListElementTypes(): Check for function types and issue an appropriate diagnostic. by Steve Naroff · 16 years ago
  13. d880363 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 16 years ago
  14. 9a979c3 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
  15. d8dc210 Be a bit more defensive in SemaInit. by Eli Friedman · 16 years ago
  16. 6223c22 Add some more checking for compound literals. by Eli Friedman · 16 years ago
  17. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 16 years ago
  18. e9b1219 by Steve Naroff · 17 years ago
  19. 58d1821 by Steve Naroff · 17 years ago
  20. b8f13a8 by Steve Naroff · 17 years ago
  21. e638639 by Steve Naroff · 17 years ago