Refactor ContentCache::IsSystemFile to IsFileVolatile, checking
SourceManager::userFilesAreVolatile at construction time. This is a
step toward lowering ContentCache down from SourceManager to
FileManager.
No functionality change intended.
Paths
| Differential D66713
ContentCache: Drop getBuffer's dependency on SourceManager ClosedPublic Authored by dexonsmith on Aug 24 2019, 11:33 PM.
Details
Diff Detail Event Timelinedexonsmith added a parent revision: D66710: ASTReader: Bypass overridden files when reading PCHs.Aug 24 2019, 11:38 PM This revision is now accepted and ready to land.Aug 26 2019, 10:23 AM dexonsmith removed a parent revision: D66710: ASTReader: Bypass overridden files when reading PCHs.Aug 26 2019, 10:23 PM
Revision Contents
Diff 217036 clang/include/clang/Basic/SourceManager.h
clang/lib/Basic/SourceManager.cpp
clang/lib/Serialization/ASTWriter.cpp
|