1. 1adc8c3 Print detailed vector type information on diagnostics. by Benjamin Kramer · 12 years ago
  2. aeef2ae Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 14 years ago
  3. 53fa049 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 15 years ago
  4. 4f4946a Whenever we complain about a failed initialization of a function or by Douglas Gregor · 16 years ago
  5. c68e140 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 16 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. ec3a156 teach getCorrespondingUnsignedType how to handle vectors of integers, by Chris Lattner · 16 years ago
  8. 70a4214 adjust for the new -Wvector-conversions option by Chris Lattner · 17 years ago
  9. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  10. db5a9b6 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 · 17 years ago
  11. 191a6b1 http://llvm.org/bugs/show_bug.cgi?id=2523 by Nate Begeman · 17 years ago
  12. c9c296d testcase for PR2263, fixed by Nate's r50903 patch. by Chris Lattner · 17 years ago
  13. 9bad62c Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 18 years ago
  14. e1af1d2 Support lax vector conversions. by Anders Carlsson · 18 years ago