[PATCH] D97121: [clang-tidy] Add a single fix mode to clang-tidy
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 28 16:47:41 PST 2021
steveire added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/ClangTidyCheck.h:516
+ /// applied at a time.
+ bool isSingleFixMode() const { return Context->isSingleFixMode(); }
};
----------------
I find the naming of this as "single fix" confusing.
Something along the lines of "self contained diagnostics" or so I think would be better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97121/new/
https://reviews.llvm.org/D97121
More information about the cfe-commits
mailing list