Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-03-01 20:09:45 +0300
committerLouis Dionne <ldionne.2@gmail.com>2021-03-03 20:57:31 +0300
commit5601305fb30bf585c397e62d2d3a8a712e47d70b (patch)
tree5bedca37e89c6c056982c10bb9dffab26bb2bf4c /libcxxabi/src/cxa_handlers.h
parent497b7b8c00fce1a009df0e59407f468012efdc29 (diff)
[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
Diffstat (limited to 'libcxxabi/src/cxa_handlers.h')
-rw-r--r--libcxxabi/src/cxa_handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_handlers.h b/libcxxabi/src/cxa_handlers.h
index a96d7e5bcf90..eb5110023e48 100644
--- a/libcxxabi/src/cxa_handlers.h
+++ b/libcxxabi/src/cxa_handlers.h
@@ -25,7 +25,7 @@ __unexpected(unexpected_handler func);
_LIBCXXABI_HIDDEN _LIBCXXABI_NORETURN
void
-__terminate(terminate_handler func) _NOEXCEPT;
+__terminate(terminate_handler func) noexcept;
} // std