llvm-project/clang-tools-extra/docs
Alexander Shaposhnikov d4e81097ea [clang-tidy] Skip variadic ctors in modernize-use-equals-default
Skip variadic constructors in modernize-use-equals-default
(such constructors cannot be explicitly defaulted).

Test plan: ninja check-all

Differential revision: https://reviews.llvm.org/D134929
2022-09-30 22:16:28 +00:00
..
_static
_templates
clang-tidy [clang-tidy] Add an IgnoreMacros option to readability-avoid-const-params-in-decls 2022-09-30 14:27:02 +00:00
clangd
CMakeLists.txt
ModularizeUsage.rst
README.txt
ReleaseNotes.rst [clang-tidy] Skip variadic ctors in modernize-use-equals-default 2022-09-30 22:16:28 +00:00
clang-doc.rst [clang-doc] Default to Standalone executor and improve documentation 2022-08-04 17:43:16 +00:00
clang-include-fixer.rst
clang-modernize.rst
clang-rename.rst [CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>" 2022-07-14 01:28:28 -07:00
clang-tidy.rst
clangd.rst
conf.py [docs] Remove hard-coded version numbers from sphinx configs 2022-02-01 23:14:12 -08:00
cpp11-migrate.rst
doxygen-mainpage.dox
doxygen.cfg.in [NFC] Inclusive Language: change master to main for .chm files 2021-11-08 08:23:04 -06:00
index.rst
make.bat
modularize.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
pp-trace.rst [pp-trace] Print HashLoc in InclusionDirective callback 2022-06-03 19:29:59 +08:00

README.txt

----------------------------------
Documentation in clang-tools-extra
----------------------------------

To generate documentation in HTML format from files in clang-tools-extra/docs,
build the docs-clang-tools-html target.

To generate documentation from the source code using Doxygen, build the
doxygen-clang-tools target.