clang-tools 22.0.0git
|
Finds instances where the user depends on internal details and warns them against doing so. More...
#include <NoInternalDependenciesCheck.h>
Public Member Functions | |
NoInternalDependenciesCheck (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 |
Finds instances where the user depends on internal details and warns them against doing so.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/abseil/no-internal-dependencies.html
Definition at line 21 of file NoInternalDependenciesCheck.h.
|
inline |
Definition at line 23 of file NoInternalDependenciesCheck.h.
|
override |
Definition at line 30 of file NoInternalDependenciesCheck.cpp.
|
inlineoverride |
Definition at line 25 of file NoInternalDependenciesCheck.h.
|
override |
Definition at line 17 of file NoInternalDependenciesCheck.cpp.