llvm-project/libcxx
Joe Loser 7ad00511e4
[libc++][NFC] Mark LWG2731 as complete
Mark LWG2731 as complete. The type alias `mutex_type` is only provided if
`scoped_lock` is given one mutex type and it has been implemented that
way since the beginning of Clang 5 it seems. There already are tests for
verifying existence (and lack thereof) for `mutex_type` type alias
depending on the number of mutex types, so there is nothing to
do for this LWG issue.

Reviewed By: Quuxplusone, Mordante, #libc

Differential Revision: https://reviews.llvm.org/D112462
2021-10-26 13:46:00 -04:00
..
benchmarks Ensure newlines at the end of files (NFC) 2021-10-23 08:45:29 -07:00
cmake Revert "[CMake] Cache the compiler-rt library search results" 2021-10-21 10:32:01 -07:00
docs [libc++][NFC] Mark LWG2731 as complete 2021-10-26 13:46:00 -04:00
include [libc++][NFC] Mark LWG2731 as complete 2021-10-26 13:46:00 -04:00
lib [libcxx] Make allocator<T>:allocate throw bad_array_new_length 2021-10-18 19:12:42 +01:00
src Revert "[CMake] Cache the compiler-rt library search results" 2021-10-21 10:32:01 -07:00
test [libc++][NFC] Mark LWG2731 as complete 2021-10-26 13:46:00 -04:00
utils [libc++][doc] Fixes FeatureTestMacroTable.html. 2021-10-22 17:25:43 +02: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 Revert "[CMake] Cache the compiler-rt library search results" 2021-10-21 10:32:01 -07: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