[all-commits] [llvm/llvm-project] 8a454e: [libc++][ASan] Removing clang version checks (#71673)
Tacet via All-commits
all-commits at lists.llvm.org
Wed Nov 8 18:28:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a454e1e3cda98017401b22911ae23c67c7b31b0
https://github.com/llvm/llvm-project/commit/8a454e1e3cda98017401b22911ae23c67c7b31b0
Author: Tacet <4922191+AdvenamTacet at users.noreply.github.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M libcxx/include/__config
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/deque
M libcxx/test/support/asan_testing.h
Log Message:
-----------
[libc++][ASan] Removing clang version checks (#71673)
This commit removes checks like `_LIBCPP_CLANG_VER >= 1600` related to
ASan annotations. As only 2 previous versions are supported, it's a TODO
for LLVM 18.
More information about the All-commits
mailing list