[libcxx-commits] [PATCH] D132016: [libc++] Mark everything inside vector as _LIBCPP_HIDE_FROM_ABI

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 18 11:11:55 PDT 2022


huixie90 accepted this revision.
huixie90 added a comment.

LGTM



================
Comment at: libcxx/include/vector:741-743
 #ifndef _LIBCPP_HAS_NO_ASAN
     _LIBCPP_CONSTEXPR_AFTER_CXX17
     void __annotate_contiguous_container(const void *__beg, const void *__end,
----------------
Is it intentional this one is left out?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132016/new/

https://reviews.llvm.org/D132016



More information about the libcxx-commits mailing list