llvm-capstone/libcxx
Louis Dionne b356928058 [libc++] Fix the check-format job
Previously, it wouldn't take into account files in ignore_format.txt
(at least not on OSX) because the `find` command would return file names
like `libcxx/src//new_handler.cpp`, which never matched the file names
in `ignore_format.txt`.

Differential Revision: https://reviews.llvm.org/D153416
2023-06-21 17:59:32 -04:00
..
benchmarks [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
cmake [libc++][modules] Adds the C++23 std module. 2023-06-15 18:14:15 +02:00
docs [libc++][format] Adds formattable-with concept. 2023-06-21 08:05:33 +02:00
include [libc++] Refactor the selection of string's ABI in __config 2023-06-21 17:53:57 -04:00
lib [libc++] Remove symbols for a std::allocator_arg & friends from the dylib 2023-04-19 17:27:14 -04:00
modules [libc++][regex] Removes operator!=. 2023-06-19 17:01:56 +02:00
src [libcxx] Include <sys/time.h> in posix_compat.h 2023-06-21 16:10:01 +00:00
test [libc++] Guard terminate_successful with TEST_HAS_NO_EXCEPTIONS 2023-06-21 08:34:51 -04:00
utils [libc++] Fix the check-format job 2023-06-21 17:59:32 -04:00
.clang-format [libc++] Make sure our .clang-format is used for all languages 2023-06-20 15:00:53 -04:00
.clang-tidy [libc++] Enable radability-identifier-naming for local variables and fix any problems 2023-02-11 20:03:53 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
CMakeLists.txt [libc++] Get rid of _LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS 2023-06-21 09:01:24 -04:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT