llvm-project/libcxx
Joe Loser 0ad9013fcd
[libc++][test] Remove unused macro in is_constructible.pass.cpp. NFC.
Test file defines `LIBCPP11_STATIC_ASSERT` but it never uses it now. It
always uses `static_assert` unconditionally. So, remove the unused
macro.
2021-10-05 10:15:24 -04:00
..
benchmarks [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
cmake Revert "[libc++][libc++abi] Add tests for vendor-specific properties" 2021-09-30 11:03:59 -07:00
docs libc++: document in the release notes that a C++20 compiler is expected 2021-10-04 19:03:05 +02:00
include [libcxx] Don't autodetect pthreads on MinGW 2021-10-05 10:46:48 +03:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
test [libc++][test] Remove unused macro in is_constructible.pass.cpp. NFC. 2021-10-05 10:15:24 -04:00
utils [libc++] Rename the 'libc++' Lit feature to 'llvm-libc++' 2021-10-04 18:32:50 -04:00
.clang-format [NFC][libc++] Update clang-format style. 2021-09-24 19:28:07 +02:00
.gitignore
CMakeLists.txt [libc++] Require a C++20 capable compiler. 2021-09-24 11:38:26 -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