39 functionDecl(isDefinition(), isExplicitThrow(),
40 anyOf(cxxDestructorDecl(),
41 cxxConstructorDecl(isMoveConstructor()),
42 cxxMethodDecl(isMoveAssignmentOperator()),
43 allOf(hasAnyName(CheckedSwapFunctions),
44 unless(parameterCountIs(0))),
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.