[clang] [clang] Store size & mtime in in-memory module cache (PR #190207)

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 14:44:56 PDT 2026


================
@@ -28,16 +28,24 @@ namespace clang {
 /// each \a ModuleManager sees the same files.
 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
   struct PCM {
----------------
cyndyishida wrote:

That makes sense. Could you update the doc comment to remove `implicit` in this case? 

https://github.com/llvm/llvm-project/pull/190207


More information about the cfe-commits mailing list