================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits