[libcxx-commits] [libcxx] [NFC] Remove outdated comment (PR #72591)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 16 17:15:20 PST 2023
https://github.com/AdvenamTacet created https://github.com/llvm/llvm-project/pull/72591
Special-casing has been already removed.
>From dcb4f437a1497b2c17547ea6c13b3413b3fb866f Mon Sep 17 00:00:00 2001
From: Advenam Tacet <advenam.tacet at trailofbits.com>
Date: Fri, 17 Nov 2023 01:59:32 +0100
Subject: [PATCH] Remove outdated comment
Special-casing has been already removed.
---
libcxx/include/deque | 1 -
1 file changed, 1 deletion(-)
diff --git a/libcxx/include/deque b/libcxx/include/deque
index d2ddce319567166..1438f1e992e203f 100644
--- a/libcxx/include/deque
+++ b/libcxx/include/deque
@@ -967,7 +967,6 @@ public:
// For more details, see the "Using libc++" documentation page or
// the documentation for __sanitizer_annotate_contiguous_container.
#if !defined(_LIBCPP_HAS_NO_ASAN)
- // TODO LLVM18: Remove the special-casing
_LIBCPP_HIDE_FROM_ABI void __annotate_double_ended_contiguous_container(
const void* __beg,
const void* __end,
More information about the libcxx-commits
mailing list