Go to file
Richard Smith 896c66ecc6 [modules] libstdc++ defines some static inline functions in its internal
headers. If those headers end up being textually included twice into the same
module, we get ambiguity errors.

Work around this by downgrading the ambiguity error to a warning if multiple
identical internal-linkage functions appear in an overload set, and just pick
one of those functions as the lookup result.

llvm-svn: 250884
2015-10-21 07:13:52 +00:00
clang [modules] libstdc++ defines some static inline functions in its internal 2015-10-21 07:13:52 +00:00
clang-tools-extra Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
compiler-rt Disabling speculative loads under asan. 2015-10-20 17:34:47 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Detect relaxed constexpr rules for gcc versions 2015-10-20 07:37:11 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Add FreeBSD _Unwind_Ptr typedef 2015-10-16 19:40:09 +00:00
lld Fix symbol value calculation in SHF_MERGE. 2015-10-20 22:08:49 +00:00
lldb Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures. 2015-10-21 01:42:15 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Do not use `dyn_cast<X>` after `isa<X>` (NFC) 2015-10-21 06:11:01 +00:00
openmp Removed zeroing th.th_task_state for master thread at start of nested parallel. 2015-10-20 19:21:04 +00:00
polly Full/partial tile separation for vectorization 2015-10-20 09:12:21 +00:00