[PATCH] D65065: [clang-tidy] Possibility of displaying duplicate warnings

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 6 08:51:21 PDT 2019


lebedev.ri added a comment.

In D65065#1617079 <https://reviews.llvm.org/D65065#1617079>, @gribozavr wrote:

> `-Weverything` is not recommended for anything except compiler testing, and similarly with clang-tidy, enabling all checkers is not a good idea. I don't think improving this particular point will make enabling all checks more usable.


That is beyond the point here (and is very arguable).
Even just enabling all `cert-*` checks will result in this behavior.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65065/new/

https://reviews.llvm.org/D65065





More information about the cfe-commits mailing list