Go to file
Ivan Krasin 10527a9253 Fix UBSan bots by blacklisting bits/stl_tree.h.
Summary:
libstdc++ has some undefined behavior in bits/stl_tree.h that
has recently became excercised by some of the LLVM code.
Given that fixing libstdc++ will take years, adding the file
into a blacklist to fix bots seems like a necessity.

Reviewers: vitalybuka

Subscribers: llvm-commits, mgorny

Differential Revision: https://reviews.llvm.org/D28686

llvm-svn: 291918
2017-01-13 17:30:10 +00:00
clang Use less byval on 32-bit Windows x86 for classes with bases 2017-01-13 17:18:19 +00:00
clang-tools-extra Fix the build of the include-fixer plugin for some shared cmake builds and MSVC. 2017-01-13 10:14:07 +00:00
compiler-rt ASAN activate/deactive controls thread_local_quarantine_size_kb option. 2017-01-12 18:51:25 +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 Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Add new macro _LIBCPP_BUILTIN_MEMCMP_ISCONSTEXPR to use in std::char_traits. 2017-01-12 16:25:07 +00:00
libcxxabi Bump version to 5.0.0svn 2017-01-12 21:36:22 +00:00
libunwind Bump version to 5.0.0svn 2017-01-12 21:37:55 +00:00
lld [ELF] - Move the addition of synthetics from addPredefinedSections() 2017-01-13 16:18:15 +00:00
lldb Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm Fix UBSan bots by blacklisting bits/stl_tree.h. 2017-01-13 17:30:10 +00:00
openmp kmp_affinity: Fix check if specific bit is set 2017-01-12 11:39:04 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Clear the release notes for 5.0.0 2017-01-12 22:47:01 +00:00