[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 1 Mar 2021 17:09:45 +0000 (12:09 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Wed, 3 Mar 2021 17:57:31 +0000 (12:57 -0500)
commit5601305fb30bf585c397e62d2d3a8a712e47d70b
tree5bedca37e89c6c056982c10bb9dffab26bb2bf4c
parent497b7b8c00fce1a009df0e59407f468012efdc29
[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
37 files changed:
libcxx/src/any.cpp
libcxx/src/charconv.cpp
libcxx/src/chrono.cpp
libcxx/src/condition_variable.cpp
libcxx/src/experimental/memory_resource.cpp
libcxx/src/functional.cpp
libcxx/src/future.cpp
libcxx/src/include/refstring.h
libcxx/src/ios.cpp
libcxx/src/locale.cpp
libcxx/src/memory.cpp
libcxx/src/mutex.cpp
libcxx/src/mutex_destructor.cpp
libcxx/src/new.cpp
libcxx/src/optional.cpp
libcxx/src/random.cpp
libcxx/src/support/runtime/exception_fallback.ipp
libcxx/src/support/runtime/exception_glibcxx.ipp
libcxx/src/support/runtime/exception_libcxxabi.ipp
libcxx/src/support/runtime/exception_libcxxrt.ipp
libcxx/src/support/runtime/exception_msvc.ipp
libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
libcxx/src/support/runtime/exception_pointer_msvc.ipp
libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
libcxx/src/support/runtime/new_handler_fallback.ipp
libcxx/src/support/runtime/stdexcept_default.ipp
libcxx/src/system_error.cpp
libcxx/src/thread.cpp
libcxx/src/typeinfo.cpp
libcxxabi/src/cxa_default_handlers.cpp
libcxxabi/src/cxa_handlers.cpp
libcxxabi/src/cxa_handlers.h
libcxxabi/src/stdlib_exception.cpp
libcxxabi/src/stdlib_new_delete.cpp
libcxxabi/src/stdlib_stdexcept.cpp
libcxxabi/src/stdlib_typeinfo.cpp