[PATCH] D64073: [ASTImporter] Fix import of lambda in function param
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 06:29:40 PDT 2019
martong marked 3 inline comments as done.
martong added a comment.
Thanks for the review Alexei!
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:5103
+ // count.
+ for (auto &D : ToL->decls()) {
+ (void)D;
----------------
a_sidorin wrote:
> Can we use std::distance instead?
Thanks! I've changed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64073/new/
https://reviews.llvm.org/D64073
More information about the cfe-commits
mailing list