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

Sam Panzer reviews at llvm-reviews.chandlerc.com
Fri Aug 24 10:15:26 PDT 2012


  This update makes three kinds of changes:

  # Fixes two bugs discovered when running the tool over a large codebase.
  # Renames DependsOnInsideVariable to DependsOnOutsideVariable (Sorry about that mistake, Manuel...)
  # Extracts another function from the matcher callback.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D19?vs=53&id=64#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.6.patch
Type: text/x-patch
Size: 115715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120824/5c488003/attachment.bin>


More information about the cfe-commits mailing list