[clang-tools-extra] [clang-tidy] Add a new check 'bugprone-redundant-string-view-conversions' (PR #174288)
Zinovy Nis via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 5 11:15:13 PST 2026
================
@@ -136,6 +136,7 @@ Clang-Tidy Checks
:doc:`bugprone-random-generator-seed <bugprone/random-generator-seed>`,
:doc:`bugprone-raw-memory-call-on-non-trivial-type <bugprone/raw-memory-call-on-non-trivial-type>`,
:doc:`bugprone-redundant-branch-condition <bugprone/redundant-branch-condition>`, "Yes"
+ :doc:`bugprone-redundant-string-view-conversions <bugprone/redundant-string-view-conversions>`, "Yes"
----------------
irishrover wrote:
Maybe event shorter: `performance-string-view-conversions`?
https://github.com/llvm/llvm-project/pull/174288
More information about the cfe-commits
mailing list