[libcxx-commits] [PATCH] D126496: [libc++] Add various missing _LIBCPP_HIDE_FROM_ABI

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 26 12:26:18 PDT 2022


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Those were spotted when a project unintentionally started exporting
these symbols from its ABI just by using the libc++ headers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126496

Files:
  libcxx/include/__filesystem/directory_iterator.h
  libcxx/include/__filesystem/path.h
  libcxx/include/any

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126496.432356.patch
Type: text/x-patch
Size: 31552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220526/60c687f1/attachment-0001.bin>


More information about the libcxx-commits mailing list