================
@@ -1376,6 +1376,8 @@ void Preprocessor::makeModuleVisible(Module *M, 
SourceLocation Loc,
             << Message;
       });
 
+  CurSubmoduleState->IncludedFiles.insert_range(M->Includes);
----------------
jansvoboda11 wrote:

This probably needs to be transitive, no? Let's add more tests so that we don't 
have to guess here.

https://github.com/llvm/llvm-project/pull/170215
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to