1. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 13 years ago
  2. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  3. a41a8c5 Whenever we complain about a failed initialization of a function or 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. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 6a2b926 teach getCorrespondingUnsignedType how to handle vectors of integers, by Chris Lattner · 15 years ago
  7. 00cb00e adjust for the new -Wvector-conversions option by Chris Lattner · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. b0f90cc Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. by Anders Carlsson · 16 years ago
  10. be2341d http://llvm.org/bugs/show_bug.cgi?id=2523 by Nate Begeman · 16 years ago
  11. a989def testcase for PR2263, fixed by Nate's r50903 patch. by Chris Lattner · 16 years ago
  12. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  13. 695dbb6 Support lax vector conversions. by Anders Carlsson · 17 years ago