summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-1/+1
* Make -Wnull-conversion more useful.Richard Trieu2016-02-131-0/+42
* Fix -Wnull-conversion for long macros.Richard Trieu2016-01-261-0/+28
* Only take NULL macros instead of all macros into account for -Wnull-conversion.Richard Trieu2016-01-091-0/+20
* Exclude function calls for functions which have return type nullptr_t fromRichard Trieu2016-01-081-0/+11
* Only instantiate a default argument once.John McCall2016-01-061-4/+3
* Improve conditional checking during template instantiation.Richard Trieu2016-01-061-24/+65
* Improvements to -Wnull-conversionRichard Trieu2014-10-151-0/+20
* Don't warn on conversion from NULL to nullptr_tDavid Blaikie2013-02-161-2/+8
* PR13165: False positive when initializing member data pointers with NULL.David Blaikie2012-06-211-0/+8
* Enable -Wnull-conversion for non-integral target types (eg: double).David Blaikie2012-06-191-0/+1
* Include the correct conversion context locations for condition expressions.David Blaikie2012-05-161-0/+8
* Don't warn when NULL is used within a macro but its conversion is outside a m...David Blaikie2012-05-151-4/+5
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+10
* Workaround a miscompile in 483.xalancbmk while we figure it out.David Blaikie2012-05-011-2/+4
* PR12710 - broken default argument handling for templates.David Blaikie2012-05-011-3/+5
* Fix PR12378: provide conversion warnings on default args of function templatesDavid Blaikie2012-04-301-0/+19
* Suppress macro expansion of NULL in NULL warnings.David Blaikie2012-03-161-0/+12
* Provide the specific target type in the -Wnull-conversion warning.David Blaikie2012-03-151-4/+8
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-0/+4
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-4/+0
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-0/+4
* Add a new warning on NULL pointer constant to integer conversion.Richard Trieu2011-05-291-0/+11
* Extend the bitfield-truncation warning to initializations.John McCall2010-11-111-0/+7
* Check in this -Wconversion C++ test case that's been sitting on my machineJohn McCall2010-07-131-0/+45