[PATCH] D159263: [clang-tidy] misc-include-cleaner: avoid duplicated fixes
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 5 06:38:33 PDT 2023
kadircet added a comment.
In D159263#4638199 <https://reviews.llvm.org/D159263#4638199>, @danix800 wrote:
> If we have further plans from upstream on these checker/clang-format related logic, I can wait and abandon this revision.
Not at the moment, so please don't!
> Or if such issue does need fixing then coud you take a look at the previous diff 1 <https://reviews.llvm.org/D159263?id=554947>
> which uses an internal set to prevent this issue?
Yes, I think that approach makes sense. But we should make it conditional on `areDiagsSelfContained` (basically de-duplicate only when diags are not self contained).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159263/new/
https://reviews.llvm.org/D159263
More information about the cfe-commits
mailing list