Use 0664 instead of 0644 for the default open mode. This is
authorDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 16:39:40 +0000 (16:39 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 16:39:40 +0000 (16:39 +0000)
commit9f79d3ea50368dedb44e45393c7f6b6b292ff97b
tree83603513d998b6e14728866ad8ea818a90927ab7
parent65f57c233cd4499e2e8b52a503201e64edfd6a9e
Use 0664 instead of 0644 for the default open mode. This is
consistent with common std::ostream implmentations, and it gives
the user the option of using the umask group write bit.

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