[PATCH] D89834: FileManager: Improve the FileEntryRef API and customize Optional<FileEntryRef>

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 17:22:28 PDT 2020


dexonsmith updated this revision to Diff 301138.
dexonsmith retitled this revision from "FileManager: Improve the FileEntryRef API and add MaybeFileEntryRef" to "FileManager: Improve the FileEntryRef API and customize Optional<FileEntryRef>".
dexonsmith edited the summary of this revision.
dexonsmith added a comment.

Dropped `MaybeFileEntryRef`, instead customizing `Optional<FileEntryRef>`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89834/new/

https://reviews.llvm.org/D89834

Files:
  clang/include/clang/Basic/FileEntry.h
  clang/unittests/Basic/CMakeLists.txt
  clang/unittests/Basic/FileEntryTest.cpp
  clang/unittests/Basic/FileManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89834.301138.patch
Type: text/x-patch
Size: 12628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201028/51955c69/attachment-0001.bin>


More information about the cfe-commits mailing list