llvm-capstone/clang-tools-extra/docs
Stephen Concannon 211761332e [clang-tidy] Allow opt-in or out of some commonly occuring patterns in NarrowingConversionsCheck.
Within clang-tidy's NarrowingConversionsCheck.
* Allow opt-out of some common occurring patterns, such as:
  - Implicit casts between types of equivalent bit widths.
  - Implicit casts occurring from the return of a ::size() method.
  - Implicit casts on size_type and difference_type.
* Allow opt-in of errors within template instantiations.

This will help projects adopt these guidelines iteratively.
Developed in conjunction with Yitzhak Mandelbaum (ymandel).

Patch by Stephen Concannon!

Differential Revision: https://reviews.llvm.org/D99543
2021-05-12 20:51:25 +02:00
..
_static
_templates
clang-tidy [clang-tidy] Allow opt-in or out of some commonly occuring patterns in NarrowingConversionsCheck. 2021-05-12 20:51:25 +02:00
clangd
clang-doc.rst
clang-include-fixer.rst
clang-modernize.rst
clang-rename.rst [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
clang-tidy.rst
clangd.rst
CMakeLists.txt
conf.py
cpp11-migrate.rst
doxygen-mainpage.dox
doxygen.cfg.in
index.rst
make.bat
modularize.rst
ModularizeUsage.rst
pp-trace.rst
README.txt
ReleaseNotes.rst new altera ID dependent backward branch check 2021-05-06 17:01:39 -04:00

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