hanchenye-llvm-project/clang-tools-extra/docs
Edwin Vane ba6a0960ea cpp11-migrate: Add override specifier before comments on inline methods
This commit fixes a "FIXME" in the add-override transform. ' override' was
misplaced when a comment was between the function body and the end of the
'prototype'.

It also remove duplicated check for the main file from the last commit (and
fixes the typo in the comment above).

Author: Guillaume Papin <guillaume.papin@epitech.eu>
llvm-svn: 181806
2013-05-14 17:34:12 +00:00
..
AddOverrideTransform.rst cpp11-migrate: Add override specifier before comments on inline methods 2013-05-14 17:34:12 +00:00
Doxyfile Fixing Doxygen warnings in cpp11-migrate 2013-03-08 19:12:12 +00:00
LoopConvertTransform.rst Docs describing limitations of the cpp11-migrate Loop Convert Transform 2013-03-26 16:44:29 +00:00
Makefile Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
README.txt Add doxygen support for the tools in clang-tools-extra 2013-02-28 16:46:40 +00:00
UseAutoTransform.rst The option is spelled -use-auto, not -loop-convert. 2013-04-22 14:39:46 +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 Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
index.rst [docs] Clarify wording. 2013-03-12 02:40:05 +00:00
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.