1. 9ce6377 Only warn in -Wliteral-conversion if the conversion loses information by Matt Beaumont-Gay · 13 years ago
  2. f65076e Enhance the diagnostic for literal float -> int conversions to suggest by Chandler Carruth · 13 years ago
  3. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 13 years ago
  4. d8f0ade Look through the address-of operator to find the function being by Douglas Gregor · 14 years ago
  5. 4654241 When we're calling a function that we know based on its K&R-style by Douglas Gregor · 14 years ago
  6. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  7. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 15 years ago
  10. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  11. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 15 years ago
  12. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 15 years ago