]> granicus.if.org Git - llvm/commit
llvm-cov: Make debug output more consistent
authorJustin Bogner <mail@justinbogner.com>
Mon, 15 Sep 2014 22:23:29 +0000 (22:23 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 15 Sep 2014 22:23:29 +0000 (22:23 +0000)
commit16bd30fa48398935200a17fd029a5ee0f1ed5fc7
tree44b1252c8c3dce7a70ef95d9efab4ec4164b1b07
parentccaf6dd1d94dc54884db3329ffc0b079676b201b
llvm-cov: Make debug output more consistent

This changes the debug output of the llvm-cov tool to consistently
write to stderr, and moves the highlighting output closer to where
it's relevant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217838 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/showExpansions.cpp
test/tools/llvm-cov/showHighlightedRanges.cpp
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/SourceCoverageView.cpp