Go to file
Ben Langmuir 3fd7a63d67 Turn on the uncovered umbrella header warning by default
This warning (under -Wincomplete-umbrella) diagnoses cases that are
difficult to understand without the compiler's help, since the symptom
is likely to be that you are missing the contents of headers that are
mistakenly omitted from a module.  This seems like a good thing to have
on by default (with the usual caveat for -Wsystem-headers).

llvm-svn: 203506
2014-03-10 22:34:23 +00:00
clang Turn on the uncovered umbrella header warning by default 2014-03-10 22:34:23 +00:00
clang-tools-extra Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
compiler-rt A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode 2014-03-10 16:50:53 +00:00
debuginfo-tests xfail a test on darwin because some of the public buildbots are stuck on 2014-03-10 22:30:45 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Add tests for LWG issue #2356. Stability of erasure in unordered associative containers. Libc++ already does this, but now we have tests for it. 2014-03-10 21:36:36 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [docs] Add list of missing GNU ld command line options. 2014-03-10 21:25:43 +00:00
lldb Fix Mingw build error by using lower case name for windows header files. 2014-03-10 22:31:39 +00:00
llvm Test commit: Remove trailing whitespace. 2014-03-10 22:24:07 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Ported scoplib to use isl_val * instead of isl_int 2014-03-10 22:03:30 +00:00