llvm-project/clang-tools-extra/docs/clang-tidy
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
..
checks [clang-tidy] Allow opt-in or out of some commonly occuring patterns in NarrowingConversionsCheck. 2021-05-12 20:51:25 +02:00
Contributing.rst [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
Integrations.rst [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
index.rst [clang-tidy] Added command line option `fix-notes` 2021-03-01 22:07:11 +00:00