25 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
28 const bool WarnOnSizeOfConstant;
29 const bool WarnOnSizeOfIntegerExpression;
30 const bool WarnOnSizeOfThis;
31 const bool WarnOnSizeOfCompareToConstant;
32 const bool WarnOnSizeOfPointerToAggregate;
33 const bool WarnOnSizeOfPointer;
34 const bool WarnOnOffsetDividedBySizeOf;
35 const bool WarnOnSizeOfInLoopTermination;
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.