index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
warn-literal-conversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix float->int conversion warnings when near barriers.
Erich Keane
2018-05-08
1
-0
/
+4
*
Correct warning on Float->Integer conversions.
Erich Keane
2018-05-07
1
-0
/
+7
*
Revert the bool portion of r267054
Richard Trieu
2016-04-22
1
-0
/
+11
*
Split interesting warnings off from -Wfloat-conversion
Richard Trieu
2016-04-21
1
-12
/
+1
*
When performing an implicit from float to bool, the floating point value must...
Aaron Ballman
2015-12-30
1
-0
/
+11
*
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
1
-14
/
+14
*
Only warn in -Wliteral-conversion if the conversion loses information
Matt Beaumont-Gay
2011-10-14
1
-10
/
+5
*
Move string literal to bool conversion into its own warning flag -Wstring-con...
Richard Trieu
2011-09-26
1
-16
/
+0
*
Add a new warning to -Wliteral-conversion to catch cases where a string literal
Richard Trieu
2011-09-23
1
-0
/
+16
*
Extend -Wliteral-conversion to catch "int i = -1.234"
Matt Beaumont-Gay
2011-09-08
1
-2
/
+1
*
Enhance the diagnostic for literal float -> int conversions to suggest
Chandler Carruth
2011-04-10
1
-5
/
+10
*
Implement a sub-group of -Wconversion: -Wliteral-conversion. This
Chandler Carruth
2011-02-17
1
-0
/
+41