[all-commits] [llvm/llvm-project] e763e0: Support: Change InMemoryFileSystem::addFileNoOwn t...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Thu Dec 3 18:14:47 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e763e032f8bbf5a4da60d099b1df4cd16e44e139
https://github.com/llvm/llvm-project/commit/e763e032f8bbf5a4da60d099b1df4cd16e44e139
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/tools/clang-format/ClangFormat.cpp
M llvm/include/llvm/Support/VirtualFileSystem.h
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/unittests/Support/VirtualFileSystemTest.cpp
Log Message:
-----------
Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC
Found this by chance when looking at the InMemoryFileSystem API, seems
like an easy cleanup.
Differential Revision: https://reviews.llvm.org/D90893
More information about the All-commits
mailing list