hanchenye-llvm-project/clang-tools-extra/docs
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
..
AddOverrideTransform.rst cpp11-migrate: Fixing section markup 2013-06-14 15:14:20 +00:00
Doxyfile Fixing Doxygen warnings in cpp11-migrate 2013-03-08 19:12:12 +00:00
LoopConvertTransform.rst cpp11-migrate: Fixing section markup 2013-06-14 15:14:20 +00:00
Makefile Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
MigratorUsage.rst cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
README.txt cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
ReplaceAutoPtrTransform.rst cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
UseAutoTransform.rst cpp11-migrate: Fixing section markup 2013-06-14 15:14:20 +00:00
UseNullptrTransform.rst Allow users to specify NULL like macros to be replaced 2013-03-28 16:06:59 +00:00
conf.py
cpp11-migrate.rst cpp11-migrate: Add Replace-AutoPtr Transform 2013-07-03 13:21:24 +00:00
index.rst [docs] Clarify wording. 2013-03-12 02:40:05 +00:00
make.bat

README.txt

-------------------------------------------------------------
Documentation for the tools of clang-tools-extra repo project
-------------------------------------------------------------

Sphinx and doxygen documentation is generated by executing make.

Sphinx html files can be generated separately using make html.

Doxygen html files can also be generated using make doxygen.

The generated documentation will be placed in _build/html.