clang-tools 22.0.0git
|
Default arguments are not allowed in called functions. More...
#include <DefaultArgumentsCallsCheck.h>
Public Member Functions | |
DefaultArgumentsCallsCheck (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 |
Default arguments are not allowed in called functions.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/fuchsia/default-arguments-calls.html
Definition at line 20 of file DefaultArgumentsCallsCheck.h.
|
inline |
Definition at line 22 of file DefaultArgumentsCallsCheck.h.
|
override |
Definition at line 20 of file DefaultArgumentsCallsCheck.cpp.
|
inlineoverride |
Definition at line 24 of file DefaultArgumentsCallsCheck.h.
|
override |
Definition at line 15 of file DefaultArgumentsCallsCheck.cpp.