[clang] [clang][Dependency Scanning] Report Exported Modules during Scanning (PR #137421)

Qiongsi Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 29 12:55:36 PDT 2025


================
@@ -115,6 +115,15 @@ struct ModuleID {
   }
 };
 
+struct ExtendedModuleID {
----------------
qiongsiwu wrote:

The structure is renamed and its definition is moved into `struct ModuleDeps` for better context. 

> why not use a std::pair? It comes with operator overloads.

What is the advantage of using `std::pair` here? 

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


More information about the cfe-commits mailing list