[PATCH] Adds the add-override transform to the cpp11-migrate tool.

Philip Dunstan phil at philipdunstan.com
Tue Apr 9 12:13:41 PDT 2013


  This updated patch fixes the long header lines pointed out by Edwin and removes the extra newlines suggested by Manuel

  It also updates the patch with recent changes to the way transforms are registered in the cpp11-migrate tool.

  Edwin, I do not have checkin rights. Will you please check this in along with the patch D629 to add the required AST matchers.

Hi revane, klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D630?vs=1519&id=1569#toc

Files:
  tools/extra/cpp11-migrate/AddOverride/AddOverride.cpp
  tools/extra/cpp11-migrate/AddOverride/AddOverride.h
  tools/extra/cpp11-migrate/AddOverride/AddOverrideActions.cpp
  tools/extra/cpp11-migrate/AddOverride/AddOverrideActions.h
  tools/extra/cpp11-migrate/AddOverride/AddOverrideMatchers.cpp
  tools/extra/cpp11-migrate/AddOverride/AddOverrideMatchers.h
  tools/extra/cpp11-migrate/tool/CMakeLists.txt
  tools/extra/cpp11-migrate/tool/Cpp11Migrate.cpp
  tools/extra/cpp11-migrate/tool/Makefile
  tools/extra/docs/AddOverrideTransform.rst
  tools/extra/docs/cpp11-migrate.rst
  tools/extra/test/cpp11-migrate/AddOverride/basic.cpp
  tools/extra/test/cpp11-migrate/AddOverride/comment_before_inline_body_fail.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D630.2.patch
Type: text/x-patch
Size: 19720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130409/ee41bb97/attachment.bin>


More information about the cfe-commits mailing list