Go to file
Reid Kleckner 971c3ea67b Use nullptr instead of NULL for variadic sentinels
Windows defines NULL to 0, which when used as an argument to a variadic
function, is not a null pointer constant. As a result, Clang's
-Wsentinel fires on this code. Using '0' would be wrong on most 64-bit
platforms, but both MSVC and Clang make it work on Windows. Sidestep the
issue with nullptr.

llvm-svn: 221940
2014-11-13 22:55:19 +00:00
clang Objective-C. Fixes a regression caused by implementation 2014-11-13 22:27:05 +00:00
clang-tools-extra Regression test for the --serialize-diagnostics problem fixed in r221884. 2014-11-13 13:09:16 +00:00
compiler-rt Fix -Wcast-qual warnings in sanitizers 2014-11-13 22:40:59 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Mark more locale tests as unsupported with ASAN and MSAN 2014-11-13 22:45:23 +00:00
libcxxabi Make sure only NEON enabled devices save/restore D16+ registers 2014-11-07 16:33:58 +00:00
lld [Mips] Add comment to the test case 2014-11-13 15:29:37 +00:00
lldb Specify checksums properly for llgs test suite packets. 2014-11-13 21:39:24 +00:00
llvm Use nullptr instead of NULL for variadic sentinels 2014-11-13 22:55:19 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Safely generate new loop metadata node 2014-11-07 21:44:18 +00:00