index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
conversion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-08-01
1
-5
/
+5
*
Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...
Petr Hosek
2019-07-25
1
-5
/
+5
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-07-25
1
-5
/
+5
*
[Sema] fix -Wfloat-conversion test case.
Nick Desaulniers
2018-08-13
1
-1
/
+1
*
More warnings when double truncation to float: compound assignment is support...
Andrew V. Tischenko
2018-03-15
1
-1
/
+6
*
An updated test to show the current warnings produced for implicit conversion...
Andrew V. Tischenko
2018-02-13
1
-0
/
+14
*
Revert r205646 (keeping the test in its modified form) as
Fariborz Jahanian
2014-04-07
1
-2
/
+2
*
Vector [Sema]. Vector "splats" which are truncated should have a warning
Fariborz Jahanian
2014-04-04
1
-0
/
+12
*
Only emit implicit constant conversion truncation warnings in reachable code....
Ted Kremenek
2011-10-22
1
-0
/
+72
*
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
Daniel Dunbar
2011-10-11
1
-1
/
+3
*
Teach -Wconversion, -Wsign-compare etc. about division and remainder.
John McCall
2011-07-14
1
-0
/
+8
*
When we're determining whether to complain about a conversion from one
Douglas Gregor
2011-03-12
1
-0
/
+4
*
Warn about implicit conversions between values of different, named
Douglas Gregor
2011-02-22
1
-0
/
+21
*
Split out -Wconversion warnings about constant precision into their
John McCall
2010-11-09
1
-16
/
+16
*
Track the location of the context requiring an implicit conversion and use it
John McCall
2010-10-08
1
-0
/
+13
*
Refer to implicit "conversions" rather than implicit "casts", which
Douglas Gregor
2010-07-09
1
-65
/
+65
*
Rearchitect -Wconversion and -Wsign-compare. Instead of computing them
John McCall
2010-05-06
1
-0
/
+10
*
Don't assert on compound assignment operators that operate in FP types when
John McCall
2010-02-23
1
-0
/
+8
*
Make this test not rely on the system <limits.h>. Hopefully fixes the
John McCall
2010-02-11
1
-2
/
+2
*
Test case for warnings with carets inside macro instantiations.
John McCall
2010-02-11
1
-0
/
+8
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
1
-1
/
+1
*
Derive tighter ranges for & and >> in the conversion-checking code.
John McCall
2010-01-06
1
-0
/
+10
*
Significantly rework the calculation of effective integer-expression ranges
John McCall
2010-01-06
1
-0
/
+26
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of
John McCall
2009-11-11
1
-0
/
+6
*
Improve -Wconversion by permitting binary operations on values of the target
John McCall
2009-11-07
1
-0
/
+5
*
Test case for -Wconversion.
John McCall
2009-11-07
1
-0
/
+226