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.
Paths
| Differential D130176
[libc++] Take advantage of -fexperimental-library in libc++ ClosedPublic Authored by ldionne on Jul 20 2022, 7:50 AM.
Details
Summary When -fexperimental-library is passed, libc++ will now pick up the As a fly-by, also update the documentation for the various TSes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 20 2022, 8:46 AM This revision was landed with ongoing or failed builds.Jul 22 2022, 5:34 AM Closed by commit rGdeb3b5552f04: [libc++] Take advantage of -fexperimental-library in libc++ (authored by ldionne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 446802 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
|