Go to file
Shoaib Meenai 9b8ef6e55a [libc++] Don't hardcode namespace in manual mangling
libc++'s inline namespace can change depending on the ABI version.
Instead of hardcoding __1 in the manual Microsoft ABI manglings for the
iostream globals, stringify _LIBCPP_NAMESPACE and use that instead, to
work across all ABI versions.

llvm-svn: 310290
2017-08-07 19:59:58 +00:00
clang Non-functional change. Fix previous patch D34784. 2017-08-07 18:43:37 +00:00
clang-tools-extra [clang-tidy] Added clang-tidy test cases related to rL310095 2017-08-04 19:01:56 +00:00
compiler-rt [tsan] Fix format string in WriteMemoryProfile 2017-08-07 18:12:59 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc configure.py: Make python3 friendly 2017-08-02 15:00:59 +00:00
libcxx [libc++] Don't hardcode namespace in manual mangling 2017-08-07 19:59:58 +00:00
libcxxabi [demangler] Fix another oss-fuzz bug 2017-08-06 20:46:33 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld [lld] Allow rel iplt symbols with dynamic symbol table 2017-08-05 05:01:07 +00:00
lldb Fixed build failure for revision r310261 2017-08-07 17:15:26 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Reapply fix PR23384 (part 3 of 3) r304824 (was reverted in r305720). 2017-08-07 19:56:34 +00:00
openmp Exclude version symbols for static libomp 2017-08-02 20:10:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [GPGPU] Remove redundant constructors 2017-08-07 19:20:57 +00:00