index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
conversion.c
Age
Commit message (
Expand
)
Author
2011-10-22
Only emit implicit constant conversion truncation warnings in reachable code....
Ted Kremenek
2011-10-11
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
Daniel Dunbar
2011-07-14
Teach -Wconversion, -Wsign-compare etc. about division and remainder.
John McCall
2011-03-12
When we're determining whether to complain about a conversion from one
Douglas Gregor
2011-02-22
Warn about implicit conversions between values of different, named
Douglas Gregor
2010-11-09
Split out -Wconversion warnings about constant precision into their
John McCall
2010-10-08
Track the location of the context requiring an implicit conversion and use it
John McCall
2010-07-09
Refer to implicit "conversions" rather than implicit "casts", which
Douglas Gregor
2010-05-06
Rearchitect -Wconversion and -Wsign-compare. Instead of computing them
John McCall
2010-02-23
Don't assert on compound assignment operators that operate in FP types when
John McCall
2010-02-11
Make this test not rely on the system <limits.h>. Hopefully fixes the
John McCall
2010-02-11
Test case for warnings with carets inside macro instantiations.
John McCall
2010-01-23
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-06
Derive tighter ranges for & and >> in the conversion-checking code.
John McCall
2010-01-06
Significantly rework the calculation of effective integer-expression ranges
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-11
Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of
John McCall
2009-11-07
Improve -Wconversion by permitting binary operations on values of the target
John McCall
2009-11-07
Test case for -Wconversion.
John McCall