[clang-tools-extra] [clangd] Apply modernize-use-string-view to the code (PR #180335)
Zinovy Nis via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 23:14:00 PST 2026
================
@@ -30,7 +30,7 @@ std::string platformString() {
return PlatformString;
}
-std::string featureString() {
+llvm::StringRef featureString() {
----------------
irishrover wrote:
If so, the whole PR seems to be useless.
https://github.com/llvm/llvm-project/pull/180335
More information about the cfe-commits
mailing list