clang-tools 22.0.0git
|
Finds unintended character output from unsigned char and signed char to an ostream. More...
#include <UnintendedCharOstreamOutputCheck.h>
Public Member Functions | |
UnintendedCharOstreamOutputCheck (StringRef Name, ClangTidyContext *Context) | |
void | storeOptions (ClangTidyOptions::OptionMap &Opts) override |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
Finds unintended character output from unsigned char and signed char to an ostream.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/unintended-char-ostream-output.html
Definition at line 22 of file UnintendedCharOstreamOutputCheck.h.
clang::tidy::bugprone::UnintendedCharOstreamOutputCheck::UnintendedCharOstreamOutputCheck | ( | StringRef | Name, |
ClangTidyContext * | Context ) |
Definition at line 38 of file UnintendedCharOstreamOutputCheck.cpp.
|
override |
Definition at line 77 of file UnintendedCharOstreamOutputCheck.cpp.
|
inlineoverride |
Definition at line 28 of file UnintendedCharOstreamOutputCheck.h.
|
override |
Definition at line 52 of file UnintendedCharOstreamOutputCheck.cpp.
References clang::tidy::matchers::matchesAnyListedTypeName().
|
override |
Definition at line 44 of file UnintendedCharOstreamOutputCheck.cpp.
References clang::tidy::utils::options::serializeStringList().