llvm-project
5a69f1c3 - [clang-tidy] Simplify and generalize `performance-string-view-conversions` (#182783)

Commit
95 days ago
[clang-tidy] Simplify and generalize `performance-string-view-conversions` (#182783) This change teaches the check to detect the redundant `string_view -> string -> string_view` conversion chain in places besides function calls (notably, in constructor calls), all with less code. No release note, because this check hasn't been released yet.
Author
Parents
Loading