diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-04-26 20:50:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-27 13:06:47 (GMT) |
commit | 04d74a7f891dc01b2a9c6b1388f303af9404c49b (patch) | |
tree | cbdcd6704f4bd7eca81754cf853b793eb9e690df /Source/cmArchiveWrite.cxx | |
parent | b8a8dfec3688f1dc44f95528a65135fc76511c7b (diff) | |
download | CMake-04d74a7f891dc01b2a9c6b1388f303af9404c49b.zip CMake-04d74a7f891dc01b2a9c6b1388f303af9404c49b.tar.gz CMake-04d74a7f891dc01b2a9c6b1388f303af9404c49b.tar.bz2 |
Clang-Tidy: copy stdout to sterr; ignore original stderr
Clang-Tidy writes the number of warnings, the number of suppressed
warnings, and instructions on how to suppress warnings to stderr. Since
each source file is checked individually, this repetitive information is
disturbing and should be suppressed.
The actual warning messages are written to stdout. Some IDEs (eg.
QtCreator) analyze only stderr for issues. Redirecting Clang-Tidy's
stdout to stderr makes sure the warnings are correctly displayed.
Diffstat (limited to 'Source/cmArchiveWrite.cxx')
0 files changed, 0 insertions, 0 deletions