Go to file
Billy Robert O'Neal III 362ea7329f Fix possible loss of data warnings on amd64
In T_size_size.pass, there is an explicit template argument to std::min to ask
for unsigned, to avoid type deduction errors. However, C1XX' warnings still
hate this use, because a 64 bit value (a size_t) is being passed to a function
accepting an unsigned (a 32 bit value).

Instead, change the tests to pass around std::size_t instances, and explicitly
narrow when constructing the string type under test. This also allows
removal of explicit template arguments to std::min.

llvm-svn: 302473
2017-05-08 21:54:53 +00:00
clang [Driver] Don't enable -fsanitize-use-after-scope when ASan is disabled 2017-05-08 21:11:55 +00:00
clang-tools-extra [clang-tidy] Fix readability-implicit-bool-cast false positives 2017-05-08 15:22:09 +00:00
compiler-rt [powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64 2017-05-08 15:17:43 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Fix possible loss of data warnings on amd64 2017-05-08 21:54:53 +00:00
libcxxabi [libcxxabi][CMake] Set library dir when built under runtimes/ 2017-05-04 06:04:49 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Simplify orphan section positioning. 2017-05-08 16:49:20 +00:00
lldb Be a little more permissive in DynamicLoaderMacOS::CanLoadImage 2017-05-06 01:15:47 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Add const to "DWARFDie &Die" in a few functions as they can't change the DWARFDie. 2017-05-08 21:29:17 +00:00
openmp [OpenMP] libomptarget: test correction for use with OpenMP 4.5 2017-04-27 18:54:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [Polly][GPUJIT] Fixed OpenCL 2.0 min requirement for Error codes 2017-05-08 14:10:37 +00:00