[all-commits] [llvm/llvm-project] 77a9e0: Basic: Split out DirectoryEntry.h, NFC
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Wed Nov 4 11:12:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 77a9e0a4af5aea3795ed79a0db61ee5b19b837e4
https://github.com/llvm/llvm-project/commit/77a9e0a4af5aea3795ed79a0db61ee5b19b837e4
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
A clang/include/clang/Basic/DirectoryEntry.h
M clang/include/clang/Basic/FileManager.h
Log Message:
-----------
Basic: Split out DirectoryEntry.h, NFC
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`.
Differential Revision: https://reviews.llvm.org/D90478
More information about the All-commits
mailing list