Go to file
Nico Weber d23b4000c2 win: Pass /W4 in front of all the -wd flags.
This should fix many many -Wunused-parameter warnings in self-host builds on
Windows after r255382.  cl.exe doesn't care about the order of /W4 and
/wd flags, but clang-cl currently does (just like -Wno-foo -Wall order
matters for clang).  We might want to change how clang-cl behaves in
the future, but until then this change makes self-host builds much more
silent.

llvm-svn: 256315
2015-12-23 02:38:31 +00:00
clang Disable include sorting by default for Chromium style. 2015-12-22 22:42:56 +00:00
clang-tools-extra [clang-tidy] Added documentation for modernize-redundant-void-arg 2015-12-22 18:13:00 +00:00
compiler-rt XFAIL ubsan suppressions.cpp test on Windows for now. 2015-12-23 00:30:32 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
libcxxabi Fix ARM __cxa_end_cleanup() and gc-sections. 2015-12-22 14:38:30 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Fix another asan detected leak. 2015-12-23 01:18:40 +00:00
lldb Allow test decorators to use lists (and not_in(list)) for arches 2015-12-22 21:01:21 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm win: Pass /W4 in front of all the -wd flags. 2015-12-23 02:38:31 +00:00
openmp Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changes 2015-12-23 02:34:03 +00:00
polly Do not store scalar accesses in InstructionToAccess 2015-12-22 23:25:11 +00:00