forked from OSchip/llvm-project
5ee6110817
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 |
||
---|---|---|
.. | ||
AddOverrideTransform.rst | ||
Doxyfile | ||
LoopConvertTransform.rst | ||
Makefile | ||
MigratorUsage.rst | ||
README.txt | ||
ReplaceAutoPtrTransform.rst | ||
UseAutoTransform.rst | ||
UseNullptrTransform.rst | ||
conf.py | ||
cpp11-migrate.rst | ||
index.rst | ||
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.