diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-14 19:04:03 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-14 19:04:03 +0000 |
commit | d672d73a1696783f4be04d68b17687535af536aa (patch) | |
tree | d040e943a0eb22fc0f9cecde2f7e90f1f1e25abe /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | bdaab80160c58c798328c596e41e48d3f1842e7f (diff) | |
download | llvm-d672d73a1696783f4be04d68b17687535af536aa.zip llvm-d672d73a1696783f4be04d68b17687535af536aa.tar.gz llvm-d672d73a1696783f4be04d68b17687535af536aa.tar.bz2 |
verify-uselistorder: More outs() and errs(), less dbgs()
Change all the normally relevant output in `verify-uselistorder` from
using `dbgs()` to using `outs()` and `errs()`. Now you don't need
`-debug=uselistorder` to figure out what's going on (or at what stage
verification failed, or to get the paths of the left-behind temporary
files). This is a debugging tool, so I put the logging messages on
`outs()` and the error messages on `errs()`.
I also adjusted the output to be less ***loud***. Not sure why I was so
`*`-happy when I first wrote this.
llvm-svn: 234929
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions