You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress a redundant hardening check in basic_string_view::substr (#91804)
Fixes #91634.
This could alternatively be done with an _LIBCPP_ASSUME, after
llvm/llvm-project#91801 lands, but would also
require llvm/llvm-project#91619 be fixed
first. Given the dependencies, it seemed simplest to just make a private
ctor.
NOKEYCHECK=True
GitOrigin-RevId: 795a47fb66b7479f6da4f8cdfc9f83ea5d654a55
0 commit comments