summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/warn-literal-conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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