[libcxx-commits] [PATCH] D145628: [ASan][libcxx] A way to turn off annotations for containers with a specific allocator
    Tacet via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Mar 29 01:52:57 PDT 2023
    
    
  
AdvenamTacet marked an inline comment as done and an inline comment as not done.
AdvenamTacet added inline comments.
================
Comment at: libcxx/docs/UsingLibcxx.rst:535
+
+  struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {};
+
----------------
hans wrote:
> Did this lose the `template` line above, or am I missing something?
> 
> I also still think the example needs to be made portable.
Yes, thank you! I fixed it.
> I also still think the example needs to be made portable.
As there is a separate thread about it, I marked this comment as done.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145628/new/
https://reviews.llvm.org/D145628
    
    
More information about the libcxx-commits
mailing list