[libcxx-commits] [PATCH] D152378: [libc++][filesystem] Use _LIBCPP_HIDE_FROM_ABI in common headers
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 7 09:17:45 PDT 2023
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++.
This avoids using anonymous namespaces in headers and ensures that
the various helper functions get deduplicated across the TUs
implementing <filesystem>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152378
Files:
libcxx/src/filesystem/filesystem_common.h
libcxx/src/filesystem/operations.cpp
libcxx/src/filesystem/path_parser.h
libcxx/src/filesystem/posix_compat.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152378.529336.patch
Type: text/x-patch
Size: 30869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230607/e4697be4/attachment-0001.bin>
More information about the libcxx-commits
mailing list