[PATCH] D60453: ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files.
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 9 04:09:03 PDT 2019
JonasToth accepted this revision.
JonasToth added a comment.
This revision is now accepted and ready to land.
How does that happen to be a problem? It feels that `stdout.write` and `stderr.write` should be unconnected? (if you know the reason I would like to know it too :))
Please note, that `run-clang-tidy` has an export-feature for the diagnostics and fix-its which might make it easier to analyze the output of clang-tidy.
I suppose you verified the fix already, then LGTM
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60453/new/
https://reviews.llvm.org/D60453
More information about the cfe-commits
mailing list