llvm-capstone/libcxx
Mark de Wever ffe0495105 [NFC][libc++] Addresses LWG3927.
Changes to preconditions have no impact on the library.

Implements
- LWG3927 Unclear preconditions for operator[] for sequence containers

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D153286
2023-06-20 17:19:55 +02: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 [NFC][libc++] Addresses LWG3927. 2023-06-20 17:19:55 +02:00
include [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -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 [libc++] Move non operator new definitions outside of new.cpp 2023-06-19 09:46:40 -04:00
test [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
utils [libc++] Add incomplete availability markup for std::pmr 2023-06-20 10:59:05 -04:00
.clang-format [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI 2023-06-15 08:56:45 -07: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++][modules] Adds the C++23 std module. 2023-06-15 18:14:15 +02:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT