Re: [PATCH] D12597: Two more fixes to loop convert.

2015-09-03 Thread Manuel Klimek via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. lg http://reviews.llvm.org/D12597 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm

Re: [PATCH] D12597: Two more fixes to loop convert.

2015-09-03 Thread Angel Garcia via cfe-commits
angelgarcia updated this revision to Diff 33936. angelgarcia added a comment. Remove unused include. http://reviews.llvm.org/D12597 Files: clang-tidy/modernize/LoopConvertUtils.cpp clang-tidy/modernize/LoopConvertUtils.h test/clang-tidy/modernize-loop-convert-extra.cpp Index: test/clang-

[PATCH] D12597: Two more fixes to loop convert.

2015-09-03 Thread Angel Garcia via cfe-commits
angelgarcia created this revision. angelgarcia added a reviewer: klimek. angelgarcia added subscribers: cfe-commits, alexfh. Ensure that the alias has the same type than the loop variable. Now it works with lambda captures. http://reviews.llvm.org/D12597 Files: clang-tidy/modernize/LoopConver