clang-tools 22.0.0git
|
This check warns the uses of the deprecated member types of std::ios_base and replaces those that have a non-deprecated equivalent. More...
#include <DeprecatedIosBaseAliasesCheck.h>
Public Member Functions | |
DeprecatedIosBaseAliasesCheck (StringRef Name, ClangTidyContext *Context) | |
bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
This check warns the uses of the deprecated member types of std::ios_base and replaces those that have a non-deprecated equivalent.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/modernize/deprecated-ios-base-aliases.html
Definition at line 21 of file DeprecatedIosBaseAliasesCheck.h.
|
inline |
Definition at line 23 of file DeprecatedIosBaseAliasesCheck.h.
|
override |
Definition at line 37 of file DeprecatedIosBaseAliasesCheck.cpp.
References Fix(), and clang::tidy::modernize::getReplacementType().
|
inlineoverride |
Definition at line 25 of file DeprecatedIosBaseAliasesCheck.h.
|
override |
Definition at line 30 of file DeprecatedIosBaseAliasesCheck.cpp.
References clang::tidy::modernize::DeprecatedTypes.