1. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  2. 28a5f0c PR13165: False positive when initializing member data pointers with NULL. by David Blaikie · 12 years ago
  3. b26331b Enable -Wnull-conversion for non-integral target types (eg: double). by David Blaikie · 12 years ago
  4. def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 12 years ago
  5. 9fb1ac5 Don't warn when NULL is used within a macro but its conversion is outside a macro. by David Blaikie · 12 years ago
  6. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  7. ca2e1b7 Workaround a miscompile in 483.xalancbmk while we figure it out. by David Blaikie · 12 years ago
  8. 5729672 PR12710 - broken default argument handling for templates. by David Blaikie · 12 years ago
  9. c1c0725 Fix PR12378: provide conversion warnings on default args of function templates by David Blaikie · 12 years ago
  10. b136049 Suppress macro expansion of NULL in NULL warnings. by David Blaikie · 12 years ago
  11. 2b2bbee Provide the specific target type in the -Wnull-conversion warning. by David Blaikie · 12 years ago
  12. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 12 years ago
  13. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 12 years ago
  14. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 12 years ago
  15. 1838ca5 Add a new warning on NULL pointer constant to integer conversion. by Richard Trieu · 13 years ago
  16. 15d7d12 Extend the bitfield-truncation warning to initializations. by John McCall · 14 years ago
  17. ecda6fb Check in this -Wconversion C++ test case that's been sitting on my machine by John McCall · 14 years ago