klimek added inline comments. ================ Comment at: clang-tidy/modernize/LoopConvertUtils.cpp:822 @@ -821,1 +821,3 @@ IteratorName = ContainerName.substr(0, Len - 1); + // Ej: (auto thing : things) + if (!declarationExists(IteratorName)) ---------------- Do you mean: E.g.?
http://reviews.llvm.org/D13381 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits