Found this by chance when looking at the InMemoryFileSystem API, seems like an easy cleanup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90893
Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC ClosedPublic Authored by dexonsmith on Nov 5 2020, 3:26 PM.
Details Summary Found this by chance when looking at the InMemoryFileSystem API, seems like an easy cleanup.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 1 2020, 8:05 AM Closed by commit rGe763e032f8bb: Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC (authored by dexonsmith). · Explain WhyDec 3 2020, 6:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309430 clang/tools/clang-format/ClangFormat.cpp
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/lib/Support/VirtualFileSystem.cpp
llvm/unittests/Support/VirtualFileSystemTest.cpp
|