dexonsmith marked an inline comment as done.
dexonsmith added inline comments.


================
Comment at: clang/lib/Serialization/ASTReader.cpp:4236
+                                              MEnd = Loaded.end();
+       M != MEnd; ++M) {
+    ModuleFile &F = *M->Mod;
----------------
aprantl wrote:
> Could this be a range-based for?
Yes, probably.  If so, I'll do that to the existing one as a prep patch (before 
pushing this change), and follow the style for the new one.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70056/new/

https://reviews.llvm.org/D70056



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D70056: cl... Duncan P. N. Exon Smith via Phabricator via cfe-commits
    • [PATCH] D7005... Adrian Prantl via Phabricator via cfe-commits
    • [PATCH] D7005... Duncan P. N. Exon Smith via Phabricator via cfe-commits
    • [PATCH] D7005... Duncan P. N. Exon Smith via Phabricator via cfe-commits

Reply via email to