]> granicus.if.org Git - clang/commit
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 30 Aug 2019 16:56:26 +0000 (16:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 30 Aug 2019 16:56:26 +0000 (16:56 +0000)
commitf75f97a33aceda07015db4d49983979ceb527e5d
treee91f6295d5a1706aeb8bdb574d228773c4a211d5
parent25e19b08c139bc67e0b09d4e9fe472909aee4719
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC

Remove this dead code.  We always close it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370488 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/FileManager.h
lib/Basic/FileManager.cpp
lib/Serialization/ModuleManager.cpp