[PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors

Guillaume Papin guillaume.papin at epitech.eu
Fri Aug 9 08:20:14 PDT 2013


Hi revane, arielbernal, tareqsiraj,

Unlike the other transform this one is a library since recent changes in the
core allow this. Let me know if it was a bad idea.

The story: https://cpp11-migrate.atlassian.net/browse/CM-55

Note that this transform use the proposed IncludeDirectives class from
http://llvm-reviews.chandlerc.com/D1287

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

Files:
  cpp11-migrate/CMakeLists.txt
  cpp11-migrate/Makefile
  cpp11-migrate/PassByValue/CMakeLists.txt
  cpp11-migrate/PassByValue/Makefile
  cpp11-migrate/PassByValue/PassByValue.cpp
  cpp11-migrate/PassByValue/PassByValue.h
  cpp11-migrate/PassByValue/PassByValueActions.cpp
  cpp11-migrate/PassByValue/PassByValueActions.h
  cpp11-migrate/PassByValue/PassByValueMatchers.cpp
  cpp11-migrate/PassByValue/PassByValueMatchers.h
  cpp11-migrate/tool/CMakeLists.txt
  cpp11-migrate/tool/Cpp11Migrate.cpp
  cpp11-migrate/tool/Makefile
  docs/MigratorUsage.rst
  docs/PassByValueTransform.rst
  docs/cpp11-migrate.rst
  test/cpp11-migrate/PassByValue/basic.cpp
  test/cpp11-migrate/PassByValue/basic.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1342.1.patch
Type: text/x-patch
Size: 29190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130809/b53c689e/attachment.bin>


More information about the cfe-commits mailing list