[PATCH] D54141: [clang-tidy] add deduplication support for run-clang-tidy.py
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 6 11:18:05 PST 2018
JonasToth added a comment.
In https://reviews.llvm.org/D54141#1288993, @Eugene.Zelenko wrote:
> Reducing log file size is good idea, but I think will be also good idea to count duplicates. This will allow to concentrate clean-up efforts on place where most of warnings originate.
Places that emit a lot of diagnostics, still do. I think the amount of duplicated warnings does not show an urgency with the unique warning.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54141
More information about the cfe-commits
mailing list