Go to file
Lang Hames 6cc3354dd6 Fix libcxx formatters for changes in r300140.
Summary:
LLVM r300140 changed the layout and field names of __compressed_pair, which
broke LLDB's std::vector, std::map and std::unsorted_map formatters.

This patch attempts to fix these formatters by having them interogate the
__compressed_pair values to determine whether they're pre- or post-r300140
variants, then access them accordingly.

Reviewers: jingham, EricWF

Reviewed By: jingham

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

llvm-svn: 301493
2017-04-26 23:29:59 +00:00
clang Revert r301487: Replace HashString algorithm with xxHash64 2017-04-26 23:15:10 +00:00
clang-tools-extra Fix API breaks 2017-04-26 20:58:03 +00:00
compiler-rt Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS. 2017-04-26 21:34:18 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add missing acquire_load to call_once overload. 2017-04-23 16:58:48 +00:00
libcxxabi Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. 2017-04-20 23:40:35 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Remove unnecessary instantiation of StringRef. 2017-04-26 23:00:32 +00:00
lldb Fix libcxx formatters for changes in r300140. 2017-04-26 23:29:59 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Revert r301487: Replace HashString algorithm with xxHash64 2017-04-26 23:15:10 +00:00
openmp Fix Hwloc API Incompatibility 2017-04-25 19:04:07 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [unittests/DeLICM] Add test for Written vs Written. 2017-04-26 21:52:55 +00:00