[PATCH] D77772: [Clang] Expose RequiresNullTerminator in FileManager.
Michael Spencer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 9 16:21:31 PDT 2020
Bigcheese added a comment.
Not really. It's a static function in MemoryBuffer.cpp, and the `MemoryBuffer` class doesn't have a `Kind` member so we can't check for `MemoryBufferMMapFile`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77772/new/
https://reviews.llvm.org/D77772
More information about the cfe-commits
mailing list