[PATCH] D90478: Basic: Split out DirectoryEntry.h, NFC

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 30 10:32:29 PDT 2020


dexonsmith created this revision.
dexonsmith added reviewers: arphaman, JDevlieghere.
Herald added a subscriber: ributzka.
dexonsmith requested review of this revision.

Move `DirectoryEntry` and `DirectoryEntryRef` into their own header,
similar to the creation of FileEntry.h. No functionality change here,
just preparing to include it in more places to allow wider adoption of
`DirectoryEntryRef` without requiring all of `FileManager.h`.


https://reviews.llvm.org/D90478

Files:
  clang/include/clang/Basic/DirectoryEntry.h
  clang/include/clang/Basic/FileManager.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90478.301949.patch
Type: text/x-patch
Size: 3431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201030/268df563/attachment-0001.bin>


More information about the cfe-commits mailing list