[libcxx-commits] [PATCH] D143163: [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONS
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 2 03:04:41 PST 2023
philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added a subscriber: smeenai.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Other macros that disable parts of the library are named `_LIBCPP_HAS_NO_WHATEVER`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143163
Files:
libcxx/include/__availability
libcxx/include/__config
libcxx/include/__expected/expected.h
libcxx/include/__filesystem/filesystem_error.h
libcxx/include/__format/format_error.h
libcxx/include/__functional/function.h
libcxx/include/__hash_table
libcxx/include/__iterator/counted_iterator.h
libcxx/include/__memory/shared_ptr.h
libcxx/include/__memory/uninitialized_algorithms.h
libcxx/include/__split_buffer
libcxx/include/__utility/exception_guard.h
libcxx/include/any
libcxx/include/deque
libcxx/include/exception
libcxx/include/forward_list
libcxx/include/fstream
libcxx/include/future
libcxx/include/iomanip
libcxx/include/ios
libcxx/include/istream
libcxx/include/list
libcxx/include/new
libcxx/include/optional
libcxx/include/ostream
libcxx/include/regex
libcxx/include/sstream
libcxx/include/stdexcept
libcxx/include/string
libcxx/include/typeinfo
libcxx/include/valarray
libcxx/include/variant
libcxx/include/vector
libcxx/src/filesystem/filesystem_common.h
libcxx/src/future.cpp
libcxx/src/ios.cpp
libcxx/src/locale.cpp
libcxx/src/mutex.cpp
libcxx/src/new.cpp
libcxx/src/string.cpp
libcxx/src/support/runtime/exception_fallback.ipp
libcxx/src/support/runtime/exception_msvc.ipp
libcxx/src/system_error.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143163.494232.patch
Type: text/x-patch
Size: 102528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230202/afed48a9/attachment-0001.bin>
More information about the libcxx-commits
mailing list