[libcxx-commits] [PATCH] D130176: [libc++] Take advantage of -fexperimental-library in libc++
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 20 07:50:37 PDT 2022
ldionne created this revision.
ldionne added a reviewer: Mordante.
Herald added a subscriber: arichardson.
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++.
When -fexperimental-library is passed, libc++ will now pick up the
appropriate __has_feature flag defined by Clang to enable the
experimental library features.
As a fly-by, also update the documentation for the various TSes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130176
Files:
libcxx/docs/DesignDocs/ExperimentalFeatures.rst
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/UsingLibcxx.rst
libcxx/include/__config
libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
libcxx/utils/libcxx/test/params.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130176.446153.patch
Type: text/x-patch
Size: 8603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220720/96b2a475/attachment.bin>
More information about the libcxx-commits
mailing list