alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
LG modulo comments. ================ Comment at: clang-tidy/misc/UseAfterMoveCheck.cpp:498 + auto addDeclRefs = [this, Block, + DeclRefs](const SmallVectorImpl<BoundNodes> &Matches) { + for (const auto &Match : Matches) { ---------------- Use `ArrayRef` instead of `const SmallVectorImpl<> &`. Repository: rL LLVM https://reviews.llvm.org/D26041 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits