Print log/error messages on stderr, not stdout
authorEd Schouten <ed@80386.nl>
Tue, 10 Mar 2015 07:57:43 +0000 (07:57 +0000)
committerEd Schouten <ed@80386.nl>
Tue, 10 Mar 2015 07:57:43 +0000 (07:57 +0000)
commitc19393c758e0e7d24fa39ef00c8a6a7beeb731ad
tree5f5908816688a34e8e7f4414eb9b795f3b19040f
parent1bdbf48fff573653ba8ca612359af5af777e1fc4
Print log/error messages on stderr, not stdout

There are a couple of places where libc++ prints log/error messages to
stdout on its own. This may of course interfere with the output
generated with applications. Log/error messages should be directed to
stderr instead.

Differential Revision: http://reviews.llvm.org/D8135
Reviewed by: marshall

llvm-svn: 231767
libcxx/include/__debug
libcxx/src/exception.cpp
libcxx/src/string.cpp