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

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 16 18:23:12 PST 2023


Author: Tacet
Date: 2023-11-16T21:23:07-05:00
New Revision: 00da5eb86ed0b86002b0947643f7da72faa4fd42

URL: https://github.com/llvm/llvm-project/commit/00da5eb86ed0b86002b0947643f7da72faa4fd42
DIFF: https://github.com/llvm/llvm-project/commit/00da5eb86ed0b86002b0947643f7da72faa4fd42.diff

LOG: [NFC] Remove outdated comment (#72591)

Special-casing has been already removed.

Added: 
    

Modified: 
    libcxx/include/deque

Removed: 
    


################################################################################
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