clang-tools 20.0.0git
|
Classes | |
class | TemporaryObjectsCheck |
Construction of specific temporary objects in the Zircon kernel is discouraged. More... | |
class | ZirconModule |
This module is for Zircon-specific checks. More... | |
Functions | |
AST_MATCHER_P (CXXRecordDecl, matchesAnyName, ArrayRef< StringRef >, Names) | |
static ClangTidyModuleRegistry::Add< ZirconModule > | X ("zircon-module", "Adds Zircon kernel checks.") |
clang::tidy::zircon::AST_MATCHER_P | ( | CXXRecordDecl | , |
matchesAnyName | , | ||
ArrayRef< StringRef > | , | ||
Names | |||
) |
Definition at line 21 of file TemporaryObjectsCheck.cpp.
References Node.
|
static |