ymandel marked 2 inline comments as done. ymandel added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/utils/TransformerTidy.cpp:51 + DiagnosticBuilder Diag = diag(RootLoc, Message); + for (const tooling::Transformation &T : *Transformations) { + Diag << FixItHint::CreateReplacement(T.Range, T.Replacement); ---------------- Eugene.Zelenko wrote: > It's iterator, so auto could be used instead of type. great, i wasn't sure whether this counted as such. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61386/new/ https://reviews.llvm.org/D61386 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits