[PATCH] D58924: Replace clang::FileData with llvm::vfs::Status
Harlan Haskins via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 14:03:32 PST 2019
harlanhaskins created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
harlanhaskins edited the summary of this revision.
harlanhaskins added a reviewer: benlangmuir.
Herald added a subscriber: ormris.
`FileData` was only ever used as a container for the values in
`llvm::vfs::Status`, so they might as well be consolidated.
The `InPCH` member was also always set to false, and unused.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58924
Files:
clang/include/clang/Basic/FileManager.h
clang/include/clang/Basic/FileSystemStatCache.h
clang/lib/Basic/FileManager.cpp
clang/lib/Basic/FileSystemStatCache.cpp
clang/lib/Frontend/TextDiagnostic.cpp
clang/unittests/Basic/FileManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58924.189202.patch
Type: text/x-patch
Size: 17000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190304/f3db7c81/attachment-0001.bin>
More information about the cfe-commits
mailing list