summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-literal-conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix float->int conversion warnings when near barriers.Erich Keane2018-05-081-0/+4
* Correct warning on Float->Integer conversions.Erich Keane2018-05-071-0/+7
* Revert the bool portion of r267054Richard Trieu2016-04-221-0/+11
* Split interesting warnings off from -Wfloat-conversionRichard Trieu2016-04-211-12/+1
* When performing an implicit from float to bool, the floating point value must...Aaron Ballman2015-12-301-0/+11
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-14/+14
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-10/+5
* Move string literal to bool conversion into its own warning flag -Wstring-con...Richard Trieu2011-09-261-16/+0
* Add a new warning to -Wliteral-conversion to catch cases where a string literalRichard Trieu2011-09-231-0/+16
* Extend -Wliteral-conversion to catch "int i = -1.234"Matt Beaumont-Gay2011-09-081-2/+1
* Enhance the diagnostic for literal float -> int conversions to suggestChandler Carruth2011-04-101-5/+10
* Implement a sub-group of -Wconversion: -Wliteral-conversion. ThisChandler Carruth2011-02-171-0/+41
OpenPOWER on IntegriCloud