clang-tools 22.0.0git
|
Overloading operators is disallowed by the Fuchsia coding standard. More...
#include <OverloadedOperatorCheck.h>
Public Member Functions | |
OverloadedOperatorCheck (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 |
Overloading operators is disallowed by the Fuchsia coding standard.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/fuchsia/overloaded-operator.html
Definition at line 20 of file OverloadedOperatorCheck.h.
|
inline |
Definition at line 22 of file OverloadedOperatorCheck.h.
|
override |
Definition at line 33 of file OverloadedOperatorCheck.cpp.
|
inlineoverride |
Definition at line 24 of file OverloadedOperatorCheck.h.
|
override |
Definition at line 28 of file OverloadedOperatorCheck.cpp.