[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
Fri Feb 17 08:39:13 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb22aa3d74f27: [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONS (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D143163?vs=494232&id=498391#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143163/new/

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.498391.patch
Type: text/x-patch
Size: 101930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230217/35aa5610/attachment-0001.bin>


More information about the libcxx-commits mailing list