llvm-project/libcxx
Joe Loser 0d450aa641
[libc++] P2401: conditional noexcept for std::exchange
Implement P2401 which adds a `noexcept` specification to
`std::exchange`. Treated as a defect fix which is the motivation for
applying this change to all standards mode rather than just C++23 or
later as the paper suggests.

Reviewed By: Quuxplusone, Mordante, #libc

Differential Revision: https://reviews.llvm.org/D111481
2021-10-11 14:34:45 -04:00
..
benchmarks [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
cmake [runtimes] Add tests for vendor-specific properties 2021-10-07 15:46:20 -04:00
docs [libc++] P2401: conditional noexcept for std::exchange 2021-10-11 14:34:45 -04:00
include [libc++] P2401: conditional noexcept for std::exchange 2021-10-11 14:34:45 -04:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libcxx] Fix a missed case needing "system header" markings for init_priority(100) 2021-10-08 20:35:55 +03:00
test [libc++] P2401: conditional noexcept for std::exchange 2021-10-11 14:34:45 -04:00
utils [libc++] Remove the ad-hoc "unified standalone" build 2021-10-08 10:57:40 -04:00
.clang-format [NFC][libc++] Update clang-format style. 2021-09-24 19:28:07 +02:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [runtimes] Allow FOO_TEST_CONFIG to be a relative path 2021-10-05 19:45:50 -04:00
CREDITS.TXT [NFC] Add contributor name to CREDITS.TXT 2021-09-29 14:48:32 -04:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml