================ @@ -0,0 +1,33 @@ +.. title:: clang-tidy - performance-string-view-conversions + +performance-string-view-conversions +=================================== + +Looks for redundant conversions from ``std::[w|u8|u16|u32]string_view`` to +``std::[...]string`` in call expressions expecting ``std::[...]string_view``. +And fixes them. ---------------- localspook wrote:
Maybe: ```suggestion Finds and removes redundant conversions from ``std::[w|u8|u16|u32]string_view`` to ``std::[...]string`` in call expressions expecting ``std::[...]string_view``. ``` https://github.com/llvm/llvm-project/pull/174288 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
