mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-04 12:16:06 +00:00

Adds `noexcept` to `string_view`/`string::find` and similar members (`rfind`, etc.). See discussion in D95251. Refs D95821. Reviewed By: curdeius, ldionne Differential Revision: https://reviews.llvm.org/D95848