llvm-project/libcxx
Louis Dionne 6f6175d1c6 [libc++][NFC] Fix copy-paste errors in tests
The test precision_type.pass.cpp was a duplicate of precision.pass.cpp,
so it is removed. atomic_flag_test.pass.cpp was a duplicate of
atomic_flag_test_and_set.pass.cpp, so instead I wrote a proper
test for it. Those duplicate tests were detected with

     find libcxx ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD
2021-08-18 08:54:18 -04:00
..
benchmarks
cmake [libc++] Disable incomplete library features. 2021-07-27 22:37:35 +02:00
docs [libc++][NFC] Fix indentation of documentation 2021-08-17 10:52:17 -04:00
include [libc++][NFC] Format expression-equivalent wrappers consistently 2021-08-17 12:00:32 -04:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libc++][NFC] Remove workaround for variadic templates in C++03 2021-08-09 18:05:46 -04:00
test [libc++][NFC] Fix copy-paste errors in tests 2021-08-18 08:54:18 -04:00
utils Remove unused imports. 2021-08-17 13:04:02 -07:00
.clang-format
.gitignore
CMakeLists.txt Bump the trunk major version to 14 2021-07-27 21:58:25 -07:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT
appveyor-reqs-install.cmd
appveyor.yml