forked from OSchip/llvm-project
c2aa348dd0
-use-nullptr only replaced macro named NULL and ignored any user defined macros that behaved like NULL. This patch introduces -user-null-macros command line option to let users specify their custom NULL like macros. - Added a -user-null-macros command line option that takes a comma-separated list of user-defined macros to be replaced when using the -use-nullptr transform. - Added documentation. - Updated testcase to reflect current behavior. - Whitespace fixes. Reviewers: revane, klimek, gribozavr llvm-svn: 178243 |
||
---|---|---|
.. | ||
Doxyfile | ||
LoopConvertTransform.rst | ||
Makefile | ||
README.txt | ||
UseAutoTransform.rst | ||
UseNullptrTransform.rst | ||
conf.py | ||
cpp11-migrate.rst | ||
index.rst | ||
make.bat |
README.txt
------------------------------------------------------------ Documetation 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.