[PATCH] D12631: Avoid repeated replacements on loop-convert check.

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 08:51:08 PDT 2015


angelgarcia updated this revision to Diff 34035.
angelgarcia added a comment.

I think this solves the duplication problem. And I think is clearer and cheaper than what I was trying to do before.


http://reviews.llvm.org/D12631

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: D12631.34035.patch
Type: text/x-patch
Size: 5142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150904/63a3552c/attachment.bin>


More information about the cfe-commits mailing list