llvm-capstone/libcxx
Thurston Dang a16f81f5e3 Revert "[ASan][libc++] Turn on ASan annotations for short strings (#79049)"
This reverts commit cb528ec5e6.

Reason: buildbot breakage (https://lab.llvm.org/buildbot/#/builders/5/builds/40364):
SUMMARY: AddressSanitizer: container-overflow /b/sanitizer-x86_64-linux-fast/build/libcxx_build_asan_ubsan/include/c++/v1/string:1870:29 in __get_long_pointer
2024-01-23 22:56:22 +00:00
..
benchmarks [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) 2024-01-22 10:12:41 -05:00
cmake [libc++] Install modules. (#75741) 2024-01-21 12:16:22 +01:00
docs [libc++] Fix outdated release procedure for release notes 2024-01-23 17:00:11 -05:00
include Revert "[ASan][libc++] Turn on ASan annotations for short strings (#79049)" 2024-01-23 22:56:22 +00:00
lib [libc++] Mention __cxa_init_primary_exception in the ABI changelog 2024-01-22 12:19:05 -05:00
modules [libc++][modules] Add using_if_exists attribute (#77559) (#78909) 2024-01-22 18:11:45 +01:00
src [libc++] Fix the behavior of throwing operator new under -fno-exceptions (#69498) 2024-01-22 22:33:04 -05:00
test Revert "[ASan][libc++] Turn on ASan annotations for short strings (#79049)" 2024-01-23 22:56:22 +00:00
utils Revert "[libc++][format] P2637R3: Member visit (std::basic_format_arg) (#76449)" 2024-01-22 17:23:05 +00:00
vendor/llvm [libc++][hardening] In production hardening modes, trap rather than abort (#78561) 2024-01-19 13:48:13 -08:00
.clang-format [libc++][memory] P2868R1: Removing deprecated typedef std::allocator::is_always_equal (#78562) 2024-01-20 06:07:19 +02:00
.clang-tidy [libc++] Clang-tidy enable modernize-use-nullptr. 2024-01-21 13:08:18 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml Remove lit's --summary flag from buildbots. 2023-08-31 14:23:51 -04:00
CMakeLists.txt [libc++] Install modules. (#75741) 2024-01-21 12:16:22 +01:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT