OSDN Git Service

Remove F_modify flag from FileOutputBuffer.
authorRui Ueyama <ruiu@google.com>
Sat, 19 Jan 2019 00:07:57 +0000 (00:07 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 19 Jan 2019 00:07:57 +0000 (00:07 +0000)
commit99d88bdad7de9043006d9eb7a667006f5b1b00fd
treefba3e85bf2fec2be12e71fff596ee2b524933274
parent1d214ca0d898967998dc87b16a8cfd0a27a1ec1a
Remove F_modify flag from FileOutputBuffer.

This code is dead. There is no use of the feature in the entire LLVM codebase.

Differential Revision: https://reviews.llvm.org/D56939

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351613 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileOutputBuffer.h
lib/Support/FileOutputBuffer.cpp
unittests/Support/FileOutputBufferTest.cpp