llvm-capstone/clang-tools-extra/docs
2017-11-27 22:59:33 +00:00
..
clang-tidy Add an option to misc-move-const-arg to not diagnose on trivially copyable types. 2017-11-27 22:59:33 +00:00
clang-modernize.rst
clang-rename.rst
clang-tidy.rst
clangd.rst [clangd] Cleanup ClangdUnit.cpp, update docs; NFC 2017-06-28 20:57:28 +00:00
CMakeLists.txt
conf.py Bump docs version to 6.0 2017-07-19 13:51:07 +00:00
cpp11-migrate.rst
Doxyfile
doxygen-mainpage.dox
doxygen.cfg.in
include-fixer.rst
index.rst
make.bat
modularize.rst
ModularizeUsage.rst
pp-trace.rst
README.txt
ReleaseNotes.rst add new check to find OSSpinlock usage 2017-11-27 21:30:10 +00:00

-------------------------------------------------------------
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.