[clang-tools-extra] [clang-tidy][readability-identifier-length] refactoring and cleanup (PR #194610)
Alex Dutka via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 04:22:58 PDT 2026
================
@@ -32,19 +32,19 @@ class IdentifierLengthCheck : public ClangTidyCheck {
const unsigned MinimumExceptionNameLength;
const unsigned MinimumParameterNameLength;
- std::string IgnoredVariableNamesInput;
+ llvm::StringRef IgnoredVariableNamesInput;
----------------
dutkalex wrote:
Hmm ok that makes sense. Thanks for the explanation.
I will just change the `StringRef`s then.
https://github.com/llvm/llvm-project/pull/194610
More information about the cfe-commits
mailing list