aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAndi-Bogdan Postelnicu <andi@mozilla.com>2019-04-09 11:17:02 +0000
committerAndi-Bogdan Postelnicu <andi@mozilla.com>2019-04-09 11:17:02 +0000
commit965c5812f43809826772a31b613ba56894e47627 (patch)
treef0770f2a21322f28e34e967aeac60221bae96c2e /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent91542e14c770c9fbe640f9e400b8635995f2cbe3 (diff)
downloadllvm-965c5812f43809826772a31b613ba56894e47627.zip
llvm-965c5812f43809826772a31b613ba56894e47627.tar.gz
llvm-965c5812f43809826772a31b613ba56894e47627.tar.bz2
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
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions