[llvm-commits] [PATCH] Added verbose option to cpp11-migrate tool

Ariel Bernal ariel.j.bernal at intel.com
Mon Jan 28 08:51:45 PST 2013


Hi klimek,

Added verbose option to cpp11-migrate tool
  
Added a verbose option that enables output to stdout counting the number of changes each transform has accepted, rejected or deferred.
    
Added a small lit test that checks the output against a fixed true output.

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

Files:
  cpp11-migrate/Cpp11Migrate.cpp
  cpp11-migrate/LoopConvert/LoopConvert.cpp
  cpp11-migrate/LoopConvert/LoopConvert.h
  cpp11-migrate/Transform.h
  cpp11-migrate/UseNullptr/UseNullptr.cpp
  cpp11-migrate/UseNullptr/UseNullptr.h
  test/cpp11-migrate/VerboseMode/base.output
  test/cpp11-migrate/VerboseMode/basic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D338.1.patch
Type: text/x-patch
Size: 6776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130128/a56be0bb/attachment.bin>


More information about the llvm-commits mailing list