Files
clang-p2996/libcxx/include/string_view
David Benjamin 795a47fb66 Suppress a redundant hardening check in basic_string_view::substr (#91804)
Fixes #91634.

This could alternatively be done with an _LIBCPP_ASSUME, after
https://github.com/llvm/llvm-project/pull/91801 lands, but would also
require https://github.com/llvm/llvm-project/issues/91619 be fixed
first. Given the dependencies, it seemed simplest to just make a private
ctor.
2024-07-23 12:27:49 -07:00

42 KiB