[libcxx-commits] [PATCH] D151654: [libc++] Transition all remaining generated tests to the new .gen format

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 31 10:28:39 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

Did we add documentation for this new feature?
LGTM!



================
Comment at: libcxx/include/__memory/allocator.h:101
 
-    _LIBCPP_CONSTEXPR_SINCE_CXX20 allocator() _NOEXCEPT = default;
+    _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 allocator() _NOEXCEPT = default;
 
----------------
Can this be landed separately?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151654



More information about the libcxx-commits mailing list