Go to file
Reid Kleckner dad242c615 Tentatively enable -Wcast-calling-convention by default
In Chrome, this would have found two true positives around CreateThread
if we hadn't already fixed them while rolling out ASan. We didn't get
any other hits in Chrome. I'm curious to hear if this warning finds
anything in other projects.

llvm-svn: 269780
2016-05-17 16:50:45 +00:00
clang Tentatively enable -Wcast-calling-convention by default 2016-05-17 16:50:45 +00:00
clang-tools-extra [find-all-symbols] Add IWYU private pragma support. 2016-05-17 16:48:49 +00:00
compiler-rt [asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present. 2016-05-17 07:38:27 +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 math: Add erf ported from amd-builtins 2016-05-06 18:02:30 +00:00
libcxx Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change 2016-05-17 14:58:09 +00:00
libcxxabi libc++abi: make __cxa_call_unexpected visible 2016-05-11 23:56:37 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Add `explicit`. 2016-05-16 21:06:31 +00:00
lldb xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787) 2016-05-17 12:42:25 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [codeview] Test serialization of all known type records 2016-05-17 16:20:35 +00:00
openmp [OpenMP Testing] Have lit.py be a valid lit executable 2016-05-17 15:12:11 +00:00
polly docs: Fix code-block to avoid sphinx error 2016-05-17 13:41:00 +00:00