clang-tools 22.0.0git
|
Flags possible initialization order issues of static variables. More...
#include <InterfacesGlobalInitCheck.h>
Public Member Functions | |
InterfacesGlobalInitCheck (StringRef Name, ClangTidyContext *Context) | |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
Flags possible initialization order issues of static variables.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/interfaces-global-init.html
Definition at line 20 of file InterfacesGlobalInitCheck.h.
|
inline |
Definition at line 22 of file InterfacesGlobalInitCheck.h.
|
override |
Definition at line 35 of file InterfacesGlobalInitCheck.cpp.
|
override |
Definition at line 16 of file InterfacesGlobalInitCheck.cpp.