llvm-project/clang-tools-extra/clang-tidy/tool
Andi-Bogdan Postelnicu 965c5812f4 ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files.
Summary:
At Mozilla we are using this tool in order to perform review-time static-analysis, since some patches contain a large number of files we've discovered this issue, where `stderr` gets mixed with `stdout` thus obfuscating our possibility to parse the output.
The patch that we are currently use can be found [here](https://searchfox.org/mozilla-central/source/build/build-clang/clang-tidy-8.patch).

This is just an upstream of the original patch.

Reviewers: JonasToth

Reviewed By: JonasToth

Subscribers: cfe-commits

Tags: #clang, #clang-tools-extra

Differential Revision: https://reviews.llvm.org/D60453

llvm-svn: 357994
2019-04-09 11:17:02 +00:00
..
CMakeLists.txt [clang-tidy] A new OpenMP module 2019-03-22 19:46:01 +00:00
ClangTidyMain.cpp [clang-tidy] Expand modular headers for PPCallbacks 2019-03-22 13:42:48 +00:00
clang-tidy-diff.py [clang-tidy] Handle missing yaml module in run-clang-tidy.py 2019-03-27 19:21:32 +00:00
run-clang-tidy.py ClangTidy: Avoid mixing stdout with stderror when dealing with a large number of files. 2019-04-09 11:17:02 +00:00