26 Preprocessor *ModuleExpanderPP)
override;
28 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
30 return TK_IgnoreUnlessSpelledInSource;
34 llvm::DenseMap<FileID, SmallVector<SourceRange, 1>>;
37 const bool WarnOnUnfixable;
38 const bool WarnOnConditionVariables;
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.