[PATCH] D116085: [clang-tidy] Performance improvements for NOLINTBEGIN/END blocks
Salman Javed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 23 02:48:26 PST 2022
salman-javed-nz added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp:349
+ if (Context.shouldSuppressDiagnostic(DiagLevel, Info, SuppressionErrors,
+ EnableNolintBlocks)) {
++Context.Stats.ErrorsIgnoredNOLINT;
----------------
This is NOT a tab character, even though it looks like one on Phabricator.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116085/new/
https://reviews.llvm.org/D116085
More information about the cfe-commits
mailing list