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

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 6 07:48:30 PDT 2019


gribozavr added a comment.

So the problem you're trying to solve is that the output is non-deterministic, is that correct?

> However, it is random which checker name is included in the warning.

If that is indeed the problem, then I think the solution should be making the output deterministic -- not printing the message multiple times...


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