diff options
author | Joe Loser <joeloser93@gmail.com> | 2021-10-10 14:46:35 -0400 |
---|---|---|
committer | Joe Loser <joeloser93@gmail.com> | 2021-10-10 14:46:35 -0400 |
commit | 65d62e52a78940b2c332b32429fffe557860e8ed (patch) | |
tree | fb8afadb84c3b6c3622cc5372a8645c36942479f /clang/lib/Analysis/ReachableCode.cpp | |
parent | e53c9251fa56ff788be3aad8fc4947d6014ea12c (diff) | |
download | llvm-65d62e52a78940b2c332b32429fffe557860e8ed.zip llvm-65d62e52a78940b2c332b32429fffe557860e8ed.tar.gz llvm-65d62e52a78940b2c332b32429fffe557860e8ed.tar.bz2 |
[libc++][test] Replace a TEST_NOEXCEPT_FALSE with noexcept(false). NFC.
Replace `TEST_NOEXCEPT_FALSE` directly with `noexcept(false)` in
optional hash test which is only run in C++17 or later.
`TEST_NOEXCEPT_FALSE` is only useful in C++03 context where `noexcept`
isn't supported by clang. `TEST_NOEXCEPT_FALSE` now only has one remaining use
in `hash_unique_ptr.pass.cpp`.
Diffstat (limited to 'clang/lib/Analysis/ReachableCode.cpp')
0 files changed, 0 insertions, 0 deletions