9 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_TYPE_PROMOTION_IN_MATH_FN_H 10 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_TYPE_PROMOTION_IN_MATH_FN_H 12 #include "../ClangTidyCheck.h" 13 #include "../utils/IncludeInserter.h" 17 namespace performance {
33 Preprocessor *ModuleExpanderPP)
override;
36 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
39 std::unique_ptr<utils::IncludeInserter> IncludeInserter;
47 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_PERFORMANCE_TYPE_PROMOTION_IN_MATH_FN_H
IncludeStyle
Supported include styles.
Base class for all clang-tidy checks.
static constexpr llvm::StringLiteral Name
std::map< std::string, std::string > OptionMap
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.