[all-commits] [llvm/llvm-project] 560130: [libc++/abi] Replace uses of _NOEXCEPT in src/ by ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 3 09:57:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5601305fb30bf585c397e62d2d3a8a712e47d70b
https://github.com/llvm/llvm-project/commit/5601305fb30bf585c397e62d2d3a8a712e47d70b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M libcxx/src/any.cpp
M libcxx/src/charconv.cpp
M libcxx/src/chrono.cpp
M libcxx/src/condition_variable.cpp
M libcxx/src/experimental/memory_resource.cpp
M libcxx/src/functional.cpp
M libcxx/src/future.cpp
M libcxx/src/include/refstring.h
M libcxx/src/ios.cpp
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/random.cpp
M libcxx/src/support/runtime/exception_fallback.ipp
M libcxx/src/support/runtime/exception_glibcxx.ipp
M libcxx/src/support/runtime/exception_libcxxabi.ipp
M libcxx/src/support/runtime/exception_libcxxrt.ipp
M libcxx/src/support/runtime/exception_msvc.ipp
M libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
M libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
M libcxx/src/support/runtime/exception_pointer_msvc.ipp
M libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
M libcxx/src/support/runtime/new_handler_fallback.ipp
M libcxx/src/support/runtime/stdexcept_default.ipp
M libcxx/src/system_error.cpp
M libcxx/src/thread.cpp
M libcxx/src/typeinfo.cpp
M libcxxabi/src/cxa_default_handlers.cpp
M libcxxabi/src/cxa_handlers.cpp
M libcxxabi/src/cxa_handlers.h
M libcxxabi/src/stdlib_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libcxxabi/src/stdlib_stdexcept.cpp
M libcxxabi/src/stdlib_typeinfo.cpp
Log Message:
-----------
[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept
We always build the libraries in a Standard mode that supports noexcept,
so there's no need to use the _NOEXCEPT macro.
Differential Revision: https://reviews.llvm.org/D97700
More information about the All-commits
mailing list