[cfe-commits] [PATCH] C++11 Range-based Loop Converter

Sam Panzer reviews at llvm-reviews.chandlerc.com
Mon Aug 20 14:34:07 PDT 2012


  Added more comments explaining some of the less intuitive behaviors of the traversal, renamed a few badly-named typedefs, and integrated LoopFixerArgs into LoopFixer.

Hi klimek,

http://llvm-reviews.chandlerc.com/D19

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D19?vs=43&id=45#differential-review-toc

Files:
  CMakeLists.txt
  loop-convert/CMakeLists.txt
  loop-convert/LoopActions.cpp
  loop-convert/LoopActions.h
  loop-convert/LoopConvert.cpp
  loop-convert/LoopMatchers.cpp
  loop-convert/LoopMatchers.h
  loop-convert/StmtAncestor.cpp
  loop-convert/StmtAncestor.h
  loop-convert/VariableNaming.cpp
  loop-convert/VariableNaming.h
  test/CMakeLists.txt
  test/loop-convert/Inputs/negative-header.h
  test/loop-convert/Inputs/structures.h
  test/loop-convert/loop-convert-array.cpp
  test/loop-convert/loop-convert-confidence.cpp
  test/loop-convert/loop-convert-dependency.cpp
  test/loop-convert/loop-convert-iterator.cpp
  test/loop-convert/loop-convert-naming.cpp
  test/loop-convert/loop-convert-negative-iterator.cpp
  test/loop-convert/loop-convert-negative-multi-end-call.cpp
  test/loop-convert/loop-convert-negative-pseudoarray.cpp
  test/loop-convert/loop-convert-negative.cpp
  test/loop-convert/loop-convert-nesting.cpp
  test/loop-convert/loop-convert-nocompile.cpp
  test/loop-convert/loop-convert-pseudoarray.cpp
  test/loop-convert/loop-convert-single-iterator.cpp
  test/loop-convert/negative-pseudoarray-extra.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19.2.patch
Type: text/x-patch
Size: 108033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120820/e1495c33/attachment.bin>


More information about the cfe-commits mailing list