[cfe-commits] [PATCH] Write transform results to disk only once

Edwin Vane edwin.vane at intel.com
Mon Jan 14 09:24:26 PST 2013


  Addressing reviewer comments:
  * Removed class RefactoringResults and replaced simply with a vector of
    pairs of strings. Updated usage in a few places.
  * collectResults() is now a free function provided in Transform.h so
    that main users, subclasses of Transform, can easily access it.
  * Applied clang-format to Cpp11Migrate.cpp and then fixed issues.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D288?vs=679&id=691#toc

Files:
  cpp11-migrate/CMakeLists.txt
  cpp11-migrate/Cpp11Migrate.cpp
  cpp11-migrate/LoopConvert/LoopConvert.cpp
  cpp11-migrate/LoopConvert/LoopConvert.h
  cpp11-migrate/Makefile
  cpp11-migrate/Transform.cpp
  cpp11-migrate/Transform.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D288.2.patch
Type: text/x-patch
Size: 12759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130114/4ac398f8/attachment.bin>


More information about the cfe-commits mailing list