summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conversion.cpp
Commit message (Expand)AuthorAge
* Don't warn on conversion from NULL to nullptr_tDavid Blaikie2013-02-16
* PR13165: False positive when initializing member data pointers with NULL.David Blaikie2012-06-21
* Enable -Wnull-conversion for non-integral target types (eg: double).David Blaikie2012-06-19
* Include the correct conversion context locations for condition expressions.David Blaikie2012-05-16
* Don't warn when NULL is used within a macro but its conversion is outside a m...David Blaikie2012-05-15
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-15
* Workaround a miscompile in 483.xalancbmk while we figure it out.David Blaikie2012-05-01
* PR12710 - broken default argument handling for templates.David Blaikie2012-05-01
* Fix PR12378: provide conversion warnings on default args of function templatesDavid Blaikie2012-04-30
* Suppress macro expansion of NULL in NULL warnings.David Blaikie2012-03-16
* Provide the specific target type in the -Wnull-conversion warning.David Blaikie2012-03-15
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-15
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-15
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-14
* Add a new warning on NULL pointer constant to integer conversion.Richard Trieu2011-05-29
* Extend the bitfield-truncation warning to initializations.John McCall2010-11-11
* Check in this -Wconversion C++ test case that's been sitting on my machineJohn McCall2010-07-13