[clang-tools-extra] [clang-tidy] Fix typoed option name in `bugprone-signed-char-misuse` (PR #161064)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 28 18:00:58 PDT 2025
================
@@ -35,7 +35,7 @@ class SignedCharMisuseCheck : public ClangTidyCheck {
const ast_matchers::internal::Matcher<clang::QualType> &IntegerType,
const std::string &CastBindName) const;
- const StringRef CharTypdefsToIgnoreList;
+ const StringRef CharTypedefsToIgnoreList;
----------------
localspook wrote:
There's already a private specifier, it's just a little bit further up
https://github.com/llvm/llvm-project/pull/161064
More information about the cfe-commits
mailing list