| commit | 87cb734c04beab4731b51ff6763f5e63a9e604d6 | [log] [tgz] |
|---|---|---|
| author | Scott Linder <scott@scottlinder.com> | Mon Oct 21 19:04:56 2019 +0000 |
| committer | Scott Linder <scott@scottlinder.com> | Mon Oct 21 19:04:56 2019 +0000 |
| tree | b0fc6b2d93a59bf44e0582ee19207421e02effd3 | |
| parent | ca7f4d8b85b0e1f2f7ab4afab8a31b6aee5964cb [diff] |
[Clang] Add VerboseOutputStream to CompilerInstance Remove one instance of a hardcoded output stream in CompilerInstance::ExecuteAction. There are still other cases of output being hard-coded to standard streams in ExecuteCompilerInvocation, but this patch covers the case when no flags like -version or -help are passed, namely the "X warnings and Y errors generated." diagnostic. Differential Revision: https://reviews.llvm.org/D53768 llvm-svn: 375442