llvm/libcxx
Louis Dionne d761fe6ef1 [libc++] Add a missing assertion in std::span's constructor
Also, add missing tests for assertions in span constructors. Now I
believe that all of std::span's API should be hardened, and all the
assertions should have a corresponding test.

Differential Revision: https://reviews.llvm.org/D131681

(cherry picked from commit 8c6319e30a357fb9b25db09b6f5fc9cf3e7c4aab)
2022-08-25 09:03:53 +02:00
..
benchmarks [libc++] Implements Unicode grapheme clustering 2022-07-20 18:38:32 +02:00
cmake [libc++] Simplify how we define the linker script for libc++ 2022-08-05 01:04:08 -07:00
docs [libcxx] [doc] Remove a leftover tentative release note 2022-08-15 14:27:47 +03:00
include [libc++] Add a missing assertion in std::span's constructor 2022-08-25 09:03:53 +02:00
lib [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort 2022-08-02 21:48:48 -07:00
src [libc++] Simplify how we define the linker script for libc++ 2022-08-05 01:04:08 -07:00
test [libc++] Add a missing assertion in std::span's constructor 2022-08-25 09:03:53 +02:00
utils [libc++][ranges] Sets ranges feature-test macro. 2022-08-12 08:36:00 +02:00
.clang-format [libc++] Fix merge-conflict in .clang-format 2022-08-02 21:48:48 -07:00
.clang-tidy [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02: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++] Drop the legacy debug mode symbols by default 2022-07-19 17:16:06 -04:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT