[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 00:54:52 PDT 2026
================
@@ -32,19 +32,19 @@ class IdentifierLengthCheck : public ClangTidyCheck {
const unsigned MinimumExceptionNameLength;
const unsigned MinimumParameterNameLength;
- std::string IgnoredVariableNamesInput;
+ llvm::StringRef IgnoredVariableNamesInput;
----------------
dutkalex wrote:
Should I also change `llvm::Regex` to just `Regex` also then?
https://github.com/llvm/llvm-project/pull/194610
More information about the cfe-commits
mailing list