This is an archive of the discontinued LLVM Phabricator instance.

[clang] Move accessors for OrigEntry and Filename to FileInfo NFC
Needs ReviewPublic

Authored by benlangmuir on Nov 2 2022, 5:03 PM.

Details

Reviewers
shafik
Summary

Refactor ContentCache::OrigEntry and Filename to be private and only
expose them from FileInfo. This is in preparation for removing these
fields from ContentCache.

Diff Detail