llvm-project/libcxx/test/std/strings/string.view/string.view.find
Louis Dionne a562853a51 [libc++] NFC: Fix return-by-const-value and pass-by-const-value typos
While we can debate on the value of passing by const value, there is no
arguing that it's confusing to do so in some circumstances, such as when
marking a pointer parameter as being const (did you mean a pointer-to-const?).
This commit fixes a few issues along those lines.
2021-06-29 13:57:04 -04:00
..
find_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_char_size.pass.cpp [libc++] NFC: Fix return-by-const-value and pass-by-const-value typos 2021-06-29 13:57:04 -04:00
find_last_not_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00