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

for that `using DepInfo = std::pair<ModuleID, bool>` achieves the same thing, 
right? 
& you can unpack it like `auto [MID, isExported] = ClangModuleDeps.first()`
I don't feel that strongly, but I do think it's better to leverage the stl when 
possible.


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

Reply via email to