llvm-project/clang-tools-extra/cpp11-migrate
Edwin Vane 5ee6110817 cpp11-migrate: Add Replace-AutoPtr Transform
Add a new transform to replace uses of 'std::auto_ptr' by 'std::unique_ptr'.
Copy-ctor and assign-operator are wrapped with a call to 'std::move()'.

Note that until header modification is ready it is not that useful, that's why
it's marked as (EXPERIMENTAL) in the command line description and a "Known
Limitations" section is present in the transform documentation.

Author: Guillaume Papin <guillaume.papin@epitech.eu>
llvm-svn: 185535
2013-07-03 13:21:24 +00:00
..
AddOverride cpp11-migrate: Transforms honour header modification flag 2013-06-18 15:44:58 +00:00
Core Don't use PathV1.h in PerfSupport.cpp. 2013-06-26 15:22:42 +00:00
LoopConvert cpp11-migrate: Transforms honour header modification flag 2013-06-18 15:44:58 +00:00
ReplaceAutoPtr cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
UseAuto cpp11-migrate: Transforms honour header modification flag 2013-06-18 15:44:58 +00:00
UseNullptr cpp11-migrate: Transforms honour header modification flag 2013-06-18 15:44:58 +00:00
tool cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
CMakeLists.txt lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00
Makefile lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00