llvm-capstone/libcxx
Will Hawkins d301539b77
[libc++][docs] Document the libc++ Lit testing format naming scheme (#73136)
As a new contributor, I found it hard to find the documentation for the
meaning of the names of different tests and how those names translate to
Lit. This patch moves the documentation to the RST documentation we
publish on the website instead of leaving it in the source code only.
2024-01-10 10:51:06 -05:00
..
benchmarks [libc++] Implement ranges::contains (#65148) 2023-12-19 16:34:19 -08:00
cmake [libc++] Allow running the test suite with optimizations (#68753) 2024-01-09 10:39:14 -05:00
docs [libc++][docs] Document the libc++ Lit testing format naming scheme (#73136) 2024-01-10 10:51:06 -05:00
include Fixed shared_ptr comparisons with nullptr_t when spaceship is unavailable. (#76781) 2024-01-09 20:41:24 +01:00
lib [libc++][print] Adds ostream overloads. (#73262) 2023-12-19 19:32:17 +01:00
modules [libc++][modules] Fixes C++20 build errors. 2023-12-23 11:43:17 +01:00
src Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190) 2024-01-07 18:01:03 +02:00
test [libc++][NFC] Create and use test-defined simple_view concept (#77334) 2024-01-09 14:07:32 -08:00
utils [libc++][docs] Document the libc++ Lit testing format naming scheme (#73136) 2024-01-10 10:51:06 -05:00
.clang-format [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
.clang-tidy [libc++] Fix template parameter naming and enforce it through readability-identifier-naming 2023-07-24 19:54:12 -07:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml Remove lit's --summary flag from buildbots. 2023-08-31 14:23:51 -04:00
CMakeLists.txt [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) 2023-12-13 13:57:48 -05:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT