clang-tools
11.0.0
|
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< std::string >, Names) | |
static ClangTidyModuleRegistry::Add< ZirconModule > | X ("zircon-module", "Adds Zircon kernel checks.") |
clang::tidy::zircon::AST_MATCHER_P | ( | CXXRecordDecl | , |
matchesAnyName | , | ||
ArrayRef< std::string > | , | ||
Names | |||
) |
Definition at line 23 of file TemporaryObjectsCheck.cpp.
|
static |