hanchenye-llvm-project/clang-tools-extra/docs
Alexander Kornienko 8e9110c160 [clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in the docs.
llvm-svn: 245587
2015-08-20 18:16:13 +00:00
..
AddOverrideTransform.rst Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous. 2014-03-02 10:24:34 +00:00
Doxyfile Fix typo 2014-01-09 01:39:49 +00:00
LoopConvertTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
Makefile
MigratorUsage.rst clang-modernize: Tweak docs after rename 2013-09-06 19:27:19 +00:00
ModernizerUsage.rst docs: Spell a couple of cmake options with =ON in the docs 2015-05-18 05:05:49 +00:00
ModularizeUsage.rst Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
PassByValueTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
README.txt
ReplaceAutoPtrTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
UseAutoTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
UseNullptrTransform.rst Rename cpp11-migrate to clang-modernize. 2013-09-04 17:35:07 +00:00
clang-modernize.rst docs: Spell a couple of cmake options with =ON in the docs 2015-05-18 05:05:49 +00:00
clang-tidy.rst [clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in the docs. 2015-08-20 18:16:13 +00:00
conf.py docs/conf.py: bump version to 3.8 2015-07-14 23:37:08 +00:00
cpp11-migrate.rst clang-modernize: Tweak docs after rename 2013-09-06 19:27:19 +00:00
index.rst Deleted module-map-checker, as it's been folded into modularize. 2015-02-20 14:28:10 +00:00
make.bat
modularize.rst Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
pp-trace.rst Prospective build fix following clang r210518 2014-06-10 09:58:45 +00:00

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.