a.sidorin added inline comments.

================
Comment at: lib/AST/ASTImporter.cpp:5622
+  SmallVector<TypeSourceInfo *, 4> ToArgVec;
+  for (auto FromArg : E->getArgs()) {
+    TypeSourceInfo *ToTI = Importer.Import(FromArg);
----------------
aaron.ballman wrote:
> `const auto *`?
By the way, you can replace the loop with `ImportContainerChecked()`.


https://reviews.llvm.org/D39722



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to