Zinovy Nis
Results
1
issues of
Zinovy Nis
Looks for functions returning `std::[w|u8|u16|u32]string` and suggests to change it to `std::[...]string_view` if possible and profitable. Example: ```cpp std::string foo(int i) { //
clang-tools-extra
clang-tidy