[libcxx-commits] [libcxx] [NFC] Remove outdated comment (PR #72591)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 16 17:15:46 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Tacet (AdvenamTacet)

<details>
<summary>Changes</summary>

Special-casing has been already removed.

---
Full diff: https://github.com/llvm/llvm-project/pull/72591.diff


1 Files Affected:

- (modified) libcxx/include/deque (-1) 


``````````diff
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,

``````````

</details>


https://github.com/llvm/llvm-project/pull/72591


More information about the libcxx-commits mailing list