[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
Sun Jan 4 00:37:26 PST 2026
irishrover wrote:
> * remove russian from source code
A copy/paste from my other code)
> * should be a readability check. (together with other `readability-redundant-*`) or you have objections to it?
For me it's more about bugs (reference to temporary object) or perf (https://godbolt.org/z/En1744M63).
May be the word `redundant` is confusing and should be removed: `bugrpone-string-view-conversions`?
https://github.com/llvm/llvm-project/pull/174288
More information about the cfe-commits
mailing list