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

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 3 05:22:03 PDT 2015


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/LoopConvertUtils.cpp
  clang-tidy/modernize/LoopConvertUtils.h
  test/clang-tidy/modernize-loop-convert-extra.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12597.33934.patch
Type: text/x-patch
Size: 10020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150903/18e9f92d/attachment.bin>


More information about the cfe-commits mailing list