If the Program name was NULL then all further output sent to std::cerr was
authorJim Laskey <jlaskey@mac.com>
Wed, 2 Aug 2006 20:15:56 +0000 (20:15 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 2 Aug 2006 20:15:56 +0000 (20:15 +0000)
commitabe0e3e6410ca3f192b6a656cbcd042b05d0a68b
tree87c50315af0cad3d349611b1fa1b50c28bb40a45
parentd7210f9dba249f1cf21ee65f317e02f502e81f54
If the Program name was NULL then all further output sent to std::cerr was
suppressed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp