[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:13:35 PST 2026
================
@@ -30,7 +30,7 @@ std::string platformString() {
return PlatformString;
}
-std::string featureString() {
+llvm::StringRef featureString() {
----------------
irishrover wrote:
You are right!
But it strange for me why all the checks including the building and testing did not fail here...
https://github.com/llvm/llvm-project/pull/180335
More information about the cfe-commits
mailing list