[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / list.rst
blob6f987ba1672e3f25c77f84275f9f4d44871ade97
1 .. title:: clang-tidy - Clang-Tidy Checks
3 Clang-Tidy Checks
4 =================
6 .. toctree::
7    :glob:
8    :hidden:
10    abseil/*
11    altera/*
12    android/*
13    boost/*
14    bugprone/*
15    cert/*
16    clang-analyzer/*
17    concurrency/*
18    cppcoreguidelines/*
19    darwin/*
20    fuchsia/*
21    google/*
22    hicpp/*
23    linuxkernel/*
24    llvm/*
25    llvmlibc/*
26    misc/*
27    modernize/*
28    mpi/*
29    objc/*
30    openmp/*
31    performance/*
32    portability/*
33    readability/*
34    zircon/*
36 .. csv-table::
37    :header: "Name", "Offers fixes"
39    :doc:`abseil-cleanup-ctad <abseil/cleanup-ctad>`, "Yes"
40    :doc:`abseil-duration-addition <abseil/duration-addition>`, "Yes"
41    :doc:`abseil-duration-comparison <abseil/duration-comparison>`, "Yes"
42    :doc:`abseil-duration-conversion-cast <abseil/duration-conversion-cast>`, "Yes"
43    :doc:`abseil-duration-division <abseil/duration-division>`, "Yes"
44    :doc:`abseil-duration-factory-float <abseil/duration-factory-float>`, "Yes"
45    :doc:`abseil-duration-factory-scale <abseil/duration-factory-scale>`, "Yes"
46    :doc:`abseil-duration-subtraction <abseil/duration-subtraction>`, "Yes"
47    :doc:`abseil-duration-unnecessary-conversion <abseil/duration-unnecessary-conversion>`, "Yes"
48    :doc:`abseil-faster-strsplit-delimiter <abseil/faster-strsplit-delimiter>`, "Yes"
49    :doc:`abseil-no-internal-dependencies <abseil/no-internal-dependencies>`,
50    :doc:`abseil-no-namespace <abseil/no-namespace>`,
51    :doc:`abseil-redundant-strcat-calls <abseil/redundant-strcat-calls>`, "Yes"
52    :doc:`abseil-str-cat-append <abseil/str-cat-append>`, "Yes"
53    :doc:`abseil-string-find-startswith <abseil/string-find-startswith>`, "Yes"
54    :doc:`abseil-string-find-str-contains <abseil/string-find-str-contains>`, "Yes"
55    :doc:`abseil-time-comparison <abseil/time-comparison>`, "Yes"
56    :doc:`abseil-time-subtraction <abseil/time-subtraction>`, "Yes"
57    :doc:`abseil-upgrade-duration-conversions <abseil/upgrade-duration-conversions>`, "Yes"
58    :doc:`altera-id-dependent-backward-branch <altera/id-dependent-backward-branch>`,
59    :doc:`altera-kernel-name-restriction <altera/kernel-name-restriction>`,
60    :doc:`altera-single-work-item-barrier <altera/single-work-item-barrier>`,
61    :doc:`altera-struct-pack-align <altera/struct-pack-align>`, "Yes"
62    :doc:`altera-unroll-loops <altera/unroll-loops>`,
63    :doc:`android-cloexec-accept <android/cloexec-accept>`, "Yes"
64    :doc:`android-cloexec-accept4 <android/cloexec-accept4>`, "Yes"
65    :doc:`android-cloexec-creat <android/cloexec-creat>`, "Yes"
66    :doc:`android-cloexec-dup <android/cloexec-dup>`, "Yes"
67    :doc:`android-cloexec-epoll-create <android/cloexec-epoll-create>`, "Yes"
68    :doc:`android-cloexec-epoll-create1 <android/cloexec-epoll-create1>`, "Yes"
69    :doc:`android-cloexec-fopen <android/cloexec-fopen>`, "Yes"
70    :doc:`android-cloexec-inotify-init <android/cloexec-inotify-init>`, "Yes"
71    :doc:`android-cloexec-inotify-init1 <android/cloexec-inotify-init1>`, "Yes"
72    :doc:`android-cloexec-memfd-create <android/cloexec-memfd-create>`, "Yes"
73    :doc:`android-cloexec-open <android/cloexec-open>`, "Yes"
74    :doc:`android-cloexec-pipe <android/cloexec-pipe>`, "Yes"
75    :doc:`android-cloexec-pipe2 <android/cloexec-pipe2>`, "Yes"
76    :doc:`android-cloexec-socket <android/cloexec-socket>`, "Yes"
77    :doc:`android-comparison-in-temp-failure-retry <android/comparison-in-temp-failure-retry>`,
78    :doc:`boost-use-to-string <boost/use-to-string>`, "Yes"
79    :doc:`bugprone-argument-comment <bugprone/argument-comment>`, "Yes"
80    :doc:`bugprone-assert-side-effect <bugprone/assert-side-effect>`,
81    :doc:`bugprone-assignment-in-if-condition <bugprone/assignment-in-if-condition>`,
82    :doc:`bugprone-bad-signal-to-kill-thread <bugprone/bad-signal-to-kill-thread>`,
83    :doc:`bugprone-bool-pointer-implicit-conversion <bugprone/bool-pointer-implicit-conversion>`, "Yes"
84    :doc:`bugprone-branch-clone <bugprone/branch-clone>`,
85    :doc:`bugprone-casting-through-void <bugprone/casting-through-void>`,
86    :doc:`bugprone-compare-pointer-to-member-virtual-function <bugprone/compare-pointer-to-member-virtual-function>`,
87    :doc:`bugprone-copy-constructor-init <bugprone/copy-constructor-init>`, "Yes"
88    :doc:`bugprone-dangling-handle <bugprone/dangling-handle>`,
89    :doc:`bugprone-dynamic-static-initializers <bugprone/dynamic-static-initializers>`,
90    :doc:`bugprone-easily-swappable-parameters <bugprone/easily-swappable-parameters>`,
91    :doc:`bugprone-empty-catch <bugprone/empty-catch>`,
92    :doc:`bugprone-exception-escape <bugprone/exception-escape>`,
93    :doc:`bugprone-fold-init-type <bugprone/fold-init-type>`,
94    :doc:`bugprone-forward-declaration-namespace <bugprone/forward-declaration-namespace>`,
95    :doc:`bugprone-forwarding-reference-overload <bugprone/forwarding-reference-overload>`,
96    :doc:`bugprone-implicit-widening-of-multiplication-result <bugprone/implicit-widening-of-multiplication-result>`, "Yes"
97    :doc:`bugprone-inaccurate-erase <bugprone/inaccurate-erase>`, "Yes"
98    :doc:`bugprone-inc-dec-in-conditions <bugprone/inc-dec-in-conditions>`,
99    :doc:`bugprone-incorrect-enable-if <bugprone/incorrect-enable-if>`, "Yes"
100    :doc:`bugprone-incorrect-roundings <bugprone/incorrect-roundings>`,
101    :doc:`bugprone-infinite-loop <bugprone/infinite-loop>`,
102    :doc:`bugprone-integer-division <bugprone/integer-division>`,
103    :doc:`bugprone-lambda-function-name <bugprone/lambda-function-name>`,
104    :doc:`bugprone-macro-parentheses <bugprone/macro-parentheses>`, "Yes"
105    :doc:`bugprone-macro-repeated-side-effects <bugprone/macro-repeated-side-effects>`,
106    :doc:`bugprone-misplaced-operator-in-strlen-in-alloc <bugprone/misplaced-operator-in-strlen-in-alloc>`, "Yes"
107    :doc:`bugprone-misplaced-pointer-arithmetic-in-alloc <bugprone/misplaced-pointer-arithmetic-in-alloc>`, "Yes"
108    :doc:`bugprone-misplaced-widening-cast <bugprone/misplaced-widening-cast>`,
109    :doc:`bugprone-move-forwarding-reference <bugprone/move-forwarding-reference>`, "Yes"
110    :doc:`bugprone-multi-level-implicit-pointer-conversion <bugprone/multi-level-implicit-pointer-conversion>`,
111    :doc:`bugprone-multiple-new-in-one-expression <bugprone/multiple-new-in-one-expression>`,
112    :doc:`bugprone-multiple-statement-macro <bugprone/multiple-statement-macro>`,
113    :doc:`bugprone-no-escape <bugprone/no-escape>`,
114    :doc:`bugprone-non-zero-enum-to-bool-conversion <bugprone/non-zero-enum-to-bool-conversion>`,
115    :doc:`bugprone-not-null-terminated-result <bugprone/not-null-terminated-result>`, "Yes"
116    :doc:`bugprone-optional-value-conversion <bugprone/optional-value-conversion>`, "Yes"
117    :doc:`bugprone-parent-virtual-call <bugprone/parent-virtual-call>`, "Yes"
118    :doc:`bugprone-posix-return <bugprone/posix-return>`, "Yes"
119    :doc:`bugprone-redundant-branch-condition <bugprone/redundant-branch-condition>`, "Yes"
120    :doc:`bugprone-reserved-identifier <bugprone/reserved-identifier>`, "Yes"
121    :doc:`bugprone-shared-ptr-array-mismatch <bugprone/shared-ptr-array-mismatch>`, "Yes"
122    :doc:`bugprone-signal-handler <bugprone/signal-handler>`,
123    :doc:`bugprone-signed-char-misuse <bugprone/signed-char-misuse>`,
124    :doc:`bugprone-sizeof-container <bugprone/sizeof-container>`,
125    :doc:`bugprone-sizeof-expression <bugprone/sizeof-expression>`,
126    :doc:`bugprone-spuriously-wake-up-functions <bugprone/spuriously-wake-up-functions>`,
127    :doc:`bugprone-standalone-empty <bugprone/standalone-empty>`, "Yes"
128    :doc:`bugprone-string-constructor <bugprone/string-constructor>`, "Yes"
129    :doc:`bugprone-string-integer-assignment <bugprone/string-integer-assignment>`, "Yes"
130    :doc:`bugprone-string-literal-with-embedded-nul <bugprone/string-literal-with-embedded-nul>`,
131    :doc:`bugprone-stringview-nullptr <bugprone/stringview-nullptr>`, "Yes"
132    :doc:`bugprone-suspicious-enum-usage <bugprone/suspicious-enum-usage>`,
133    :doc:`bugprone-suspicious-include <bugprone/suspicious-include>`,
134    :doc:`bugprone-suspicious-memory-comparison <bugprone/suspicious-memory-comparison>`,
135    :doc:`bugprone-suspicious-memset-usage <bugprone/suspicious-memset-usage>`, "Yes"
136    :doc:`bugprone-suspicious-missing-comma <bugprone/suspicious-missing-comma>`,
137    :doc:`bugprone-suspicious-realloc-usage <bugprone/suspicious-realloc-usage>`,
138    :doc:`bugprone-suspicious-semicolon <bugprone/suspicious-semicolon>`, "Yes"
139    :doc:`bugprone-suspicious-string-compare <bugprone/suspicious-string-compare>`, "Yes"
140    :doc:`bugprone-swapped-arguments <bugprone/swapped-arguments>`, "Yes"
141    :doc:`bugprone-switch-missing-default-case <bugprone/switch-missing-default-case>`,
142    :doc:`bugprone-terminating-continue <bugprone/terminating-continue>`, "Yes"
143    :doc:`bugprone-throw-keyword-missing <bugprone/throw-keyword-missing>`,
144    :doc:`bugprone-too-small-loop-variable <bugprone/too-small-loop-variable>`,
145    :doc:`bugprone-unchecked-optional-access <bugprone/unchecked-optional-access>`,
146    :doc:`bugprone-undefined-memory-manipulation <bugprone/undefined-memory-manipulation>`,
147    :doc:`bugprone-undelegated-constructor <bugprone/undelegated-constructor>`,
148    :doc:`bugprone-unhandled-exception-at-new <bugprone/unhandled-exception-at-new>`,
149    :doc:`bugprone-unhandled-self-assignment <bugprone/unhandled-self-assignment>`,
150    :doc:`bugprone-unique-ptr-array-mismatch <bugprone/unique-ptr-array-mismatch>`, "Yes"
151    :doc:`bugprone-unsafe-functions <bugprone/unsafe-functions>`,
152    :doc:`bugprone-unused-raii <bugprone/unused-raii>`, "Yes"
153    :doc:`bugprone-unused-return-value <bugprone/unused-return-value>`,
154    :doc:`bugprone-use-after-move <bugprone/use-after-move>`,
155    :doc:`bugprone-virtual-near-miss <bugprone/virtual-near-miss>`, "Yes"
156    :doc:`cert-dcl21-cpp <cert/dcl21-cpp>`, "Yes"
157    :doc:`cert-dcl50-cpp <cert/dcl50-cpp>`,
158    :doc:`cert-dcl58-cpp <cert/dcl58-cpp>`,
159    :doc:`cert-env33-c <cert/env33-c>`,
160    :doc:`cert-err33-c <cert/err33-c>`,
161    :doc:`cert-err34-c <cert/err34-c>`,
162    :doc:`cert-err52-cpp <cert/err52-cpp>`,
163    :doc:`cert-err58-cpp <cert/err58-cpp>`,
164    :doc:`cert-err60-cpp <cert/err60-cpp>`,
165    :doc:`cert-flp30-c <cert/flp30-c>`,
166    :doc:`cert-mem57-cpp <cert/mem57-cpp>`,
167    :doc:`cert-msc50-cpp <cert/msc50-cpp>`,
168    :doc:`cert-msc51-cpp <cert/msc51-cpp>`,
169    :doc:`cert-oop57-cpp <cert/oop57-cpp>`,
170    :doc:`cert-oop58-cpp <cert/oop58-cpp>`,
171    :doc:`concurrency-mt-unsafe <concurrency/mt-unsafe>`,
172    :doc:`concurrency-thread-canceltype-asynchronous <concurrency/thread-canceltype-asynchronous>`,
173    :doc:`cppcoreguidelines-avoid-capturing-lambda-coroutines <cppcoreguidelines/avoid-capturing-lambda-coroutines>`,
174    :doc:`cppcoreguidelines-avoid-const-or-ref-data-members <cppcoreguidelines/avoid-const-or-ref-data-members>`,
175    :doc:`cppcoreguidelines-avoid-do-while <cppcoreguidelines/avoid-do-while>`,
176    :doc:`cppcoreguidelines-avoid-goto <cppcoreguidelines/avoid-goto>`,
177    :doc:`cppcoreguidelines-avoid-non-const-global-variables <cppcoreguidelines/avoid-non-const-global-variables>`,
178    :doc:`cppcoreguidelines-avoid-reference-coroutine-parameters <cppcoreguidelines/avoid-reference-coroutine-parameters>`,
179    :doc:`cppcoreguidelines-init-variables <cppcoreguidelines/init-variables>`, "Yes"
180    :doc:`cppcoreguidelines-interfaces-global-init <cppcoreguidelines/interfaces-global-init>`,
181    :doc:`cppcoreguidelines-macro-usage <cppcoreguidelines/macro-usage>`,
182    :doc:`cppcoreguidelines-misleading-capture-default-by-value <cppcoreguidelines/misleading-capture-default-by-value>`, "Yes"
183    :doc:`cppcoreguidelines-missing-std-forward <cppcoreguidelines/missing-std-forward>`,
184    :doc:`cppcoreguidelines-narrowing-conversions <cppcoreguidelines/narrowing-conversions>`,
185    :doc:`cppcoreguidelines-no-malloc <cppcoreguidelines/no-malloc>`,
186    :doc:`cppcoreguidelines-no-suspend-with-lock <cppcoreguidelines/no-suspend-with-lock>`,
187    :doc:`cppcoreguidelines-owning-memory <cppcoreguidelines/owning-memory>`,
188    :doc:`cppcoreguidelines-prefer-member-initializer <cppcoreguidelines/prefer-member-initializer>`, "Yes"
189    :doc:`cppcoreguidelines-pro-bounds-array-to-pointer-decay <cppcoreguidelines/pro-bounds-array-to-pointer-decay>`,
190    :doc:`cppcoreguidelines-pro-bounds-constant-array-index <cppcoreguidelines/pro-bounds-constant-array-index>`, "Yes"
191    :doc:`cppcoreguidelines-pro-bounds-pointer-arithmetic <cppcoreguidelines/pro-bounds-pointer-arithmetic>`,
192    :doc:`cppcoreguidelines-pro-type-const-cast <cppcoreguidelines/pro-type-const-cast>`,
193    :doc:`cppcoreguidelines-pro-type-cstyle-cast <cppcoreguidelines/pro-type-cstyle-cast>`, "Yes"
194    :doc:`cppcoreguidelines-pro-type-member-init <cppcoreguidelines/pro-type-member-init>`, "Yes"
195    :doc:`cppcoreguidelines-pro-type-reinterpret-cast <cppcoreguidelines/pro-type-reinterpret-cast>`,
196    :doc:`cppcoreguidelines-pro-type-static-cast-downcast <cppcoreguidelines/pro-type-static-cast-downcast>`, "Yes"
197    :doc:`cppcoreguidelines-pro-type-union-access <cppcoreguidelines/pro-type-union-access>`,
198    :doc:`cppcoreguidelines-pro-type-vararg <cppcoreguidelines/pro-type-vararg>`,
199    :doc:`cppcoreguidelines-rvalue-reference-param-not-moved <cppcoreguidelines/rvalue-reference-param-not-moved>`,
200    :doc:`cppcoreguidelines-slicing <cppcoreguidelines/slicing>`,
201    :doc:`cppcoreguidelines-special-member-functions <cppcoreguidelines/special-member-functions>`,
202    :doc:`cppcoreguidelines-virtual-class-destructor <cppcoreguidelines/virtual-class-destructor>`, "Yes"
203    :doc:`darwin-avoid-spinlock <darwin/avoid-spinlock>`,
204    :doc:`darwin-dispatch-once-nonstatic <darwin/dispatch-once-nonstatic>`, "Yes"
205    :doc:`fuchsia-default-arguments-calls <fuchsia/default-arguments-calls>`,
206    :doc:`fuchsia-default-arguments-declarations <fuchsia/default-arguments-declarations>`, "Yes"
207    :doc:`fuchsia-multiple-inheritance <fuchsia/multiple-inheritance>`,
208    :doc:`fuchsia-overloaded-operator <fuchsia/overloaded-operator>`,
209    :doc:`fuchsia-statically-constructed-objects <fuchsia/statically-constructed-objects>`,
210    :doc:`fuchsia-trailing-return <fuchsia/trailing-return>`,
211    :doc:`fuchsia-virtual-inheritance <fuchsia/virtual-inheritance>`,
212    :doc:`google-build-explicit-make-pair <google/build-explicit-make-pair>`,
213    :doc:`google-build-namespaces <google/build-namespaces>`,
214    :doc:`google-build-using-namespace <google/build-using-namespace>`,
215    :doc:`google-default-arguments <google/default-arguments>`,
216    :doc:`google-explicit-constructor <google/explicit-constructor>`, "Yes"
217    :doc:`google-global-names-in-headers <google/global-names-in-headers>`,
218    :doc:`google-objc-avoid-nsobject-new <google/objc-avoid-nsobject-new>`,
219    :doc:`google-objc-avoid-throwing-exception <google/objc-avoid-throwing-exception>`,
220    :doc:`google-objc-function-naming <google/objc-function-naming>`,
221    :doc:`google-objc-global-variable-declaration <google/objc-global-variable-declaration>`,
222    :doc:`google-readability-avoid-underscore-in-googletest-name <google/readability-avoid-underscore-in-googletest-name>`,
223    :doc:`google-readability-casting <google/readability-casting>`,
224    :doc:`google-readability-todo <google/readability-todo>`,
225    :doc:`google-runtime-int <google/runtime-int>`,
226    :doc:`google-runtime-operator <google/runtime-operator>`,
227    :doc:`google-upgrade-googletest-case <google/upgrade-googletest-case>`, "Yes"
228    :doc:`hicpp-exception-baseclass <hicpp/exception-baseclass>`,
229    :doc:`hicpp-multiway-paths-covered <hicpp/multiway-paths-covered>`,
230    :doc:`hicpp-no-assembler <hicpp/no-assembler>`,
231    :doc:`hicpp-signed-bitwise <hicpp/signed-bitwise>`,
232    :doc:`linuxkernel-must-use-errs <linuxkernel/must-use-errs>`,
233    :doc:`llvm-header-guard <llvm/header-guard>`,
234    :doc:`llvm-include-order <llvm/include-order>`, "Yes"
235    :doc:`llvm-namespace-comment <llvm/namespace-comment>`,
236    :doc:`llvm-prefer-isa-or-dyn-cast-in-conditionals <llvm/prefer-isa-or-dyn-cast-in-conditionals>`, "Yes"
237    :doc:`llvm-prefer-register-over-unsigned <llvm/prefer-register-over-unsigned>`, "Yes"
238    :doc:`llvm-twine-local <llvm/twine-local>`, "Yes"
239    :doc:`llvmlibc-callee-namespace <llvmlibc/callee-namespace>`,
240    :doc:`llvmlibc-implementation-in-namespace <llvmlibc/implementation-in-namespace>`,
241    :doc:`llvmlibc-inline-function-decl <llvmlibc/inline-function-decl>`, "Yes"
242    :doc:`llvmlibc-restrict-system-libc-headers <llvmlibc/restrict-system-libc-headers>`, "Yes"
243    :doc:`misc-confusable-identifiers <misc/confusable-identifiers>`,
244    :doc:`misc-const-correctness <misc/const-correctness>`, "Yes"
245    :doc:`misc-coroutine-hostile-raii <misc/coroutine-hostile-raii>`,
246    :doc:`misc-definitions-in-headers <misc/definitions-in-headers>`, "Yes"
247    :doc:`misc-header-include-cycle <misc/header-include-cycle>`,
248    :doc:`misc-include-cleaner <misc/include-cleaner>`, "Yes"
249    :doc:`misc-misleading-bidirectional <misc/misleading-bidirectional>`,
250    :doc:`misc-misleading-identifier <misc/misleading-identifier>`,
251    :doc:`misc-misplaced-const <misc/misplaced-const>`,
252    :doc:`misc-new-delete-overloads <misc/new-delete-overloads>`,
253    :doc:`misc-no-recursion <misc/no-recursion>`,
254    :doc:`misc-non-copyable-objects <misc/non-copyable-objects>`,
255    :doc:`misc-non-private-member-variables-in-classes <misc/non-private-member-variables-in-classes>`,
256    :doc:`misc-redundant-expression <misc/redundant-expression>`, "Yes"
257    :doc:`misc-static-assert <misc/static-assert>`, "Yes"
258    :doc:`misc-throw-by-value-catch-by-reference <misc/throw-by-value-catch-by-reference>`,
259    :doc:`misc-unconventional-assign-operator <misc/unconventional-assign-operator>`,
260    :doc:`misc-uniqueptr-reset-release <misc/uniqueptr-reset-release>`, "Yes"
261    :doc:`misc-unused-alias-decls <misc/unused-alias-decls>`, "Yes"
262    :doc:`misc-unused-parameters <misc/unused-parameters>`, "Yes"
263    :doc:`misc-unused-using-decls <misc/unused-using-decls>`, "Yes"
264    :doc:`misc-use-anonymous-namespace <misc/use-anonymous-namespace>`,
265    :doc:`modernize-avoid-bind <modernize/avoid-bind>`, "Yes"
266    :doc:`modernize-avoid-c-arrays <modernize/avoid-c-arrays>`,
267    :doc:`modernize-concat-nested-namespaces <modernize/concat-nested-namespaces>`, "Yes"
268    :doc:`modernize-deprecated-headers <modernize/deprecated-headers>`, "Yes"
269    :doc:`modernize-deprecated-ios-base-aliases <modernize/deprecated-ios-base-aliases>`, "Yes"
270    :doc:`modernize-loop-convert <modernize/loop-convert>`, "Yes"
271    :doc:`modernize-macro-to-enum <modernize/macro-to-enum>`, "Yes"
272    :doc:`modernize-make-shared <modernize/make-shared>`, "Yes"
273    :doc:`modernize-make-unique <modernize/make-unique>`, "Yes"
274    :doc:`modernize-pass-by-value <modernize/pass-by-value>`, "Yes"
275    :doc:`modernize-raw-string-literal <modernize/raw-string-literal>`, "Yes"
276    :doc:`modernize-redundant-void-arg <modernize/redundant-void-arg>`, "Yes"
277    :doc:`modernize-replace-auto-ptr <modernize/replace-auto-ptr>`, "Yes"
278    :doc:`modernize-replace-disallow-copy-and-assign-macro <modernize/replace-disallow-copy-and-assign-macro>`, "Yes"
279    :doc:`modernize-replace-random-shuffle <modernize/replace-random-shuffle>`, "Yes"
280    :doc:`modernize-return-braced-init-list <modernize/return-braced-init-list>`, "Yes"
281    :doc:`modernize-shrink-to-fit <modernize/shrink-to-fit>`, "Yes"
282    :doc:`modernize-type-traits <modernize/type-traits>`, "Yes"
283    :doc:`modernize-unary-static-assert <modernize/unary-static-assert>`, "Yes"
284    :doc:`modernize-use-auto <modernize/use-auto>`, "Yes"
285    :doc:`modernize-use-bool-literals <modernize/use-bool-literals>`, "Yes"
286    :doc:`modernize-use-constraints <modernize/use-constraints>`, "Yes"
287    :doc:`modernize-use-default-member-init <modernize/use-default-member-init>`, "Yes"
288    :doc:`modernize-use-emplace <modernize/use-emplace>`, "Yes"
289    :doc:`modernize-use-equals-default <modernize/use-equals-default>`, "Yes"
290    :doc:`modernize-use-equals-delete <modernize/use-equals-delete>`, "Yes"
291    :doc:`modernize-use-nodiscard <modernize/use-nodiscard>`, "Yes"
292    :doc:`modernize-use-noexcept <modernize/use-noexcept>`, "Yes"
293    :doc:`modernize-use-nullptr <modernize/use-nullptr>`, "Yes"
294    :doc:`modernize-use-override <modernize/use-override>`, "Yes"
295    :doc:`modernize-use-std-print <modernize/use-std-print>`, "Yes"
296    :doc:`modernize-use-trailing-return-type <modernize/use-trailing-return-type>`, "Yes"
297    :doc:`modernize-use-transparent-functors <modernize/use-transparent-functors>`, "Yes"
298    :doc:`modernize-use-uncaught-exceptions <modernize/use-uncaught-exceptions>`, "Yes"
299    :doc:`modernize-use-using <modernize/use-using>`, "Yes"
300    :doc:`mpi-buffer-deref <mpi/buffer-deref>`, "Yes"
301    :doc:`mpi-type-mismatch <mpi/type-mismatch>`, "Yes"
302    :doc:`objc-assert-equals <objc/assert-equals>`, "Yes"
303    :doc:`objc-avoid-nserror-init <objc/avoid-nserror-init>`,
304    :doc:`objc-dealloc-in-category <objc/dealloc-in-category>`,
305    :doc:`objc-forbidden-subclassing <objc/forbidden-subclassing>`,
306    :doc:`objc-missing-hash <objc/missing-hash>`,
307    :doc:`objc-nsdate-formatter <objc/nsdate-formatter>`,
308    :doc:`objc-nsinvocation-argument-lifetime <objc/nsinvocation-argument-lifetime>`, "Yes"
309    :doc:`objc-property-declaration <objc/property-declaration>`, "Yes"
310    :doc:`objc-super-self <objc/super-self>`, "Yes"
311    :doc:`openmp-exception-escape <openmp/exception-escape>`,
312    :doc:`openmp-use-default-none <openmp/use-default-none>`,
313    :doc:`performance-avoid-endl <performance/avoid-endl>`, "Yes"
314    :doc:`performance-enum-size <performance/enum-size>`,
315    :doc:`performance-faster-string-find <performance/faster-string-find>`, "Yes"
316    :doc:`performance-for-range-copy <performance/for-range-copy>`, "Yes"
317    :doc:`performance-implicit-conversion-in-loop <performance/implicit-conversion-in-loop>`,
318    :doc:`performance-inefficient-algorithm <performance/inefficient-algorithm>`, "Yes"
319    :doc:`performance-inefficient-string-concatenation <performance/inefficient-string-concatenation>`,
320    :doc:`performance-inefficient-vector-operation <performance/inefficient-vector-operation>`, "Yes"
321    :doc:`performance-move-const-arg <performance/move-const-arg>`, "Yes"
322    :doc:`performance-move-constructor-init <performance/move-constructor-init>`,
323    :doc:`performance-no-automatic-move <performance/no-automatic-move>`,
324    :doc:`performance-no-int-to-ptr <performance/no-int-to-ptr>`,
325    :doc:`performance-noexcept-destructor <performance/noexcept-destructor>`, "Yes"
326    :doc:`performance-noexcept-move-constructor <performance/noexcept-move-constructor>`, "Yes"
327    :doc:`performance-noexcept-swap <performance/noexcept-swap>`, "Yes"
328    :doc:`performance-trivially-destructible <performance/trivially-destructible>`, "Yes"
329    :doc:`performance-type-promotion-in-math-fn <performance/type-promotion-in-math-fn>`, "Yes"
330    :doc:`performance-unnecessary-copy-initialization <performance/unnecessary-copy-initialization>`, "Yes"
331    :doc:`performance-unnecessary-value-param <performance/unnecessary-value-param>`, "Yes"
332    :doc:`portability-restrict-system-includes <portability/restrict-system-includes>`, "Yes"
333    :doc:`portability-simd-intrinsics <portability/simd-intrinsics>`,
334    :doc:`portability-std-allocator-const <portability/std-allocator-const>`,
335    :doc:`readability-avoid-const-params-in-decls <readability/avoid-const-params-in-decls>`, "Yes"
336    :doc:`readability-avoid-unconditional-preprocessor-if <readability/avoid-unconditional-preprocessor-if>`,
337    :doc:`readability-braces-around-statements <readability/braces-around-statements>`, "Yes"
338    :doc:`readability-const-return-type <readability/const-return-type>`, "Yes"
339    :doc:`readability-container-contains <readability/container-contains>`, "Yes"
340    :doc:`readability-container-data-pointer <readability/container-data-pointer>`, "Yes"
341    :doc:`readability-container-size-empty <readability/container-size-empty>`, "Yes"
342    :doc:`readability-convert-member-functions-to-static <readability/convert-member-functions-to-static>`, "Yes"
343    :doc:`readability-delete-null-pointer <readability/delete-null-pointer>`, "Yes"
344    :doc:`readability-duplicate-include <readability/duplicate-include>`, "Yes"
345    :doc:`readability-else-after-return <readability/else-after-return>`, "Yes"
346    :doc:`readability-function-cognitive-complexity <readability/function-cognitive-complexity>`,
347    :doc:`readability-function-size <readability/function-size>`,
348    :doc:`readability-identifier-length <readability/identifier-length>`,
349    :doc:`readability-identifier-naming <readability/identifier-naming>`, "Yes"
350    :doc:`readability-implicit-bool-conversion <readability/implicit-bool-conversion>`, "Yes"
351    :doc:`readability-inconsistent-declaration-parameter-name <readability/inconsistent-declaration-parameter-name>`, "Yes"
352    :doc:`readability-isolate-declaration <readability/isolate-declaration>`, "Yes"
353    :doc:`readability-magic-numbers <readability/magic-numbers>`,
354    :doc:`readability-make-member-function-const <readability/make-member-function-const>`, "Yes"
355    :doc:`readability-misleading-indentation <readability/misleading-indentation>`,
356    :doc:`readability-misplaced-array-index <readability/misplaced-array-index>`, "Yes"
357    :doc:`readability-named-parameter <readability/named-parameter>`, "Yes"
358    :doc:`readability-non-const-parameter <readability/non-const-parameter>`, "Yes"
359    :doc:`readability-operators-representation <readability/operators-representation>`, "Yes"
360    :doc:`readability-qualified-auto <readability/qualified-auto>`, "Yes"
361    :doc:`readability-redundant-access-specifiers <readability/redundant-access-specifiers>`, "Yes"
362    :doc:`readability-redundant-control-flow <readability/redundant-control-flow>`, "Yes"
363    :doc:`readability-redundant-declaration <readability/redundant-declaration>`, "Yes"
364    :doc:`readability-redundant-function-ptr-dereference <readability/redundant-function-ptr-dereference>`, "Yes"
365    :doc:`readability-redundant-member-init <readability/redundant-member-init>`, "Yes"
366    :doc:`readability-redundant-preprocessor <readability/redundant-preprocessor>`,
367    :doc:`readability-redundant-smartptr-get <readability/redundant-smartptr-get>`, "Yes"
368    :doc:`readability-redundant-string-cstr <readability/redundant-string-cstr>`, "Yes"
369    :doc:`readability-redundant-string-init <readability/redundant-string-init>`, "Yes"
370    :doc:`readability-reference-to-constructed-temporary <readability/reference-to-constructed-temporary>`,
371    :doc:`readability-simplify-boolean-expr <readability/simplify-boolean-expr>`, "Yes"
372    :doc:`readability-simplify-subscript-expr <readability/simplify-subscript-expr>`, "Yes"
373    :doc:`readability-static-accessed-through-instance <readability/static-accessed-through-instance>`, "Yes"
374    :doc:`readability-static-definition-in-anonymous-namespace <readability/static-definition-in-anonymous-namespace>`, "Yes"
375    :doc:`readability-string-compare <readability/string-compare>`, "Yes"
376    :doc:`readability-suspicious-call-argument <readability/suspicious-call-argument>`,
377    :doc:`readability-uniqueptr-delete-release <readability/uniqueptr-delete-release>`, "Yes"
378    :doc:`readability-uppercase-literal-suffix <readability/uppercase-literal-suffix>`, "Yes"
379    :doc:`readability-use-anyofallof <readability/use-anyofallof>`,
380    :doc:`zircon-temporary-objects <zircon/temporary-objects>`,
383 .. csv-table:: Aliases..
384    :header: "Name", "Redirect", "Offers fixes"
386    :doc:`bugprone-narrowing-conversions <bugprone/narrowing-conversions>`, :doc:`cppcoreguidelines-narrowing-conversions <cppcoreguidelines/narrowing-conversions>`,
387    :doc:`cert-con36-c <cert/con36-c>`, :doc:`bugprone-spuriously-wake-up-functions <bugprone/spuriously-wake-up-functions>`,
388    :doc:`cert-con54-cpp <cert/con54-cpp>`, :doc:`bugprone-spuriously-wake-up-functions <bugprone/spuriously-wake-up-functions>`,
389    :doc:`cert-dcl03-c <cert/dcl03-c>`, :doc:`misc-static-assert <misc/static-assert>`, "Yes"
390    :doc:`cert-dcl16-c <cert/dcl16-c>`, :doc:`readability-uppercase-literal-suffix <readability/uppercase-literal-suffix>`, "Yes"
391    :doc:`cert-dcl37-c <cert/dcl37-c>`, :doc:`bugprone-reserved-identifier <bugprone/reserved-identifier>`, "Yes"
392    :doc:`cert-dcl51-cpp <cert/dcl51-cpp>`, :doc:`bugprone-reserved-identifier <bugprone/reserved-identifier>`, "Yes"
393    :doc:`cert-dcl54-cpp <cert/dcl54-cpp>`, :doc:`misc-new-delete-overloads <misc/new-delete-overloads>`,
394    :doc:`cert-dcl59-cpp <cert/dcl59-cpp>`, :doc:`google-build-namespaces <google/build-namespaces>`,
395    :doc:`cert-err09-cpp <cert/err09-cpp>`, :doc:`misc-throw-by-value-catch-by-reference <misc/throw-by-value-catch-by-reference>`,
396    :doc:`cert-err61-cpp <cert/err61-cpp>`, :doc:`misc-throw-by-value-catch-by-reference <misc/throw-by-value-catch-by-reference>`,
397    :doc:`cert-exp42-c <cert/exp42-c>`, :doc:`bugprone-suspicious-memory-comparison <bugprone/suspicious-memory-comparison>`,
398    :doc:`cert-fio38-c <cert/fio38-c>`, :doc:`misc-non-copyable-objects <misc/non-copyable-objects>`,
399    :doc:`cert-flp37-c <cert/flp37-c>`, :doc:`bugprone-suspicious-memory-comparison <bugprone/suspicious-memory-comparison>`,
400    :doc:`cert-msc24-c <cert/msc24-c>`, :doc:`bugprone-unsafe-functions <bugprone/unsafe-functions>`,
401    :doc:`cert-msc30-c <cert/msc30-c>`, :doc:`cert-msc50-cpp <cert/msc50-cpp>`,
402    :doc:`cert-msc32-c <cert/msc32-c>`, :doc:`cert-msc51-cpp <cert/msc51-cpp>`,
403    :doc:`cert-msc33-c <cert/msc33-c>`, :doc:`bugprone-unsafe-functions <bugprone/unsafe-functions>`,
404    :doc:`cert-msc54-cpp <cert/msc54-cpp>`, :doc:`bugprone-signal-handler <bugprone/signal-handler>`,
405    :doc:`cert-oop11-cpp <cert/oop11-cpp>`, :doc:`performance-move-constructor-init <performance/move-constructor-init>`,
406    :doc:`cert-oop54-cpp <cert/oop54-cpp>`, :doc:`bugprone-unhandled-self-assignment <bugprone/unhandled-self-assignment>`,
407    :doc:`cert-pos44-c <cert/pos44-c>`, :doc:`bugprone-bad-signal-to-kill-thread <bugprone/bad-signal-to-kill-thread>`,
408    :doc:`cert-pos47-c <cert/pos47-c>`, :doc:`concurrency-thread-canceltype-asynchronous <concurrency/thread-canceltype-asynchronous>`,
409    :doc:`cert-sig30-c <cert/sig30-c>`, :doc:`bugprone-signal-handler <bugprone/signal-handler>`,
410    :doc:`cert-str34-c <cert/str34-c>`, :doc:`bugprone-signed-char-misuse <bugprone/signed-char-misuse>`,
411    :doc:`clang-analyzer-core.BitwiseShift <clang-analyzer/core.BitwiseShift>`, `Clang Static Analyzer core.BitwiseShift <https://clang.llvm.org/docs/analyzer/checkers.html#core-bitwiseshift>`_,
412    :doc:`clang-analyzer-core.CallAndMessage <clang-analyzer/core.CallAndMessage>`, `Clang Static Analyzer core.CallAndMessage <https://clang.llvm.org/docs/analyzer/checkers.html#core-callandmessage>`_,
413    :doc:`clang-analyzer-core.DivideZero <clang-analyzer/core.DivideZero>`, `Clang Static Analyzer core.DivideZero <https://clang.llvm.org/docs/analyzer/checkers.html#core-dividezero>`_,
414    :doc:`clang-analyzer-core.NonNullParamChecker <clang-analyzer/core.NonNullParamChecker>`, `Clang Static Analyzer core.NonNullParamChecker <https://clang.llvm.org/docs/analyzer/checkers.html#core-nonnullparamchecker>`_,
415    :doc:`clang-analyzer-core.NullDereference <clang-analyzer/core.NullDereference>`, `Clang Static Analyzer core.NullDereference <https://clang.llvm.org/docs/analyzer/checkers.html#core-nulldereference>`_,
416    :doc:`clang-analyzer-core.StackAddressEscape <clang-analyzer/core.StackAddressEscape>`, `Clang Static Analyzer core.StackAddressEscape <https://clang.llvm.org/docs/analyzer/checkers.html#core-stackaddressescape>`_,
417    :doc:`clang-analyzer-core.UndefinedBinaryOperatorResult <clang-analyzer/core.UndefinedBinaryOperatorResult>`, `Clang Static Analyzer core.UndefinedBinaryOperatorResult <https://clang.llvm.org/docs/analyzer/checkers.html#core-undefinedbinaryoperatorresult>`_,
418    :doc:`clang-analyzer-core.VLASize <clang-analyzer/core.VLASize>`, `Clang Static Analyzer core.VLASize <https://clang.llvm.org/docs/analyzer/checkers.html#core-vlasize>`_,
419    :doc:`clang-analyzer-core.uninitialized.ArraySubscript <clang-analyzer/core.uninitialized.ArraySubscript>`, `Clang Static Analyzer core.uninitialized.ArraySubscript <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-arraysubscript>`_,
420    :doc:`clang-analyzer-core.uninitialized.Assign <clang-analyzer/core.uninitialized.Assign>`, `Clang Static Analyzer core.uninitialized.Assign <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-assign>`_,
421    :doc:`clang-analyzer-core.uninitialized.Branch <clang-analyzer/core.uninitialized.Branch>`, `Clang Static Analyzer core.uninitialized.Branch <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-branch>`_,
422    :doc:`clang-analyzer-core.uninitialized.CapturedBlockVariable <clang-analyzer/core.uninitialized.CapturedBlockVariable>`, `Clang Static Analyzer core.uninitialized.CapturedBlockVariable <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-capturedblockvariable>`_,
423    :doc:`clang-analyzer-core.uninitialized.NewArraySize <clang-analyzer/core.uninitialized.NewArraySize>`, `Clang Static Analyzer core.uninitialized.NewArraySize <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-newarraysize>`_,
424    :doc:`clang-analyzer-core.uninitialized.UndefReturn <clang-analyzer/core.uninitialized.UndefReturn>`, `Clang Static Analyzer core.uninitialized.UndefReturn <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-undefreturn>`_,
425    :doc:`clang-analyzer-cplusplus.InnerPointer <clang-analyzer/cplusplus.InnerPointer>`, `Clang Static Analyzer cplusplus.InnerPointer <https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-innerpointer>`_,
426    :doc:`clang-analyzer-cplusplus.Move <clang-analyzer/cplusplus.Move>`, Clang Static Analyzer cplusplus.Move,
427    :doc:`clang-analyzer-cplusplus.NewDelete <clang-analyzer/cplusplus.NewDelete>`, `Clang Static Analyzer cplusplus.NewDelete <https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdelete>`_,
428    :doc:`clang-analyzer-cplusplus.NewDeleteLeaks <clang-analyzer/cplusplus.NewDeleteLeaks>`, `Clang Static Analyzer cplusplus.NewDeleteLeaks <https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-newdeleteleaks>`_,
429    :doc:`clang-analyzer-cplusplus.PlacementNew <clang-analyzer/cplusplus.PlacementNew>`, `Clang Static Analyzer cplusplus.PlacementNew <https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-placementnew>`_,
430    :doc:`clang-analyzer-cplusplus.PureVirtualCall <clang-analyzer/cplusplus.PureVirtualCall>`, Clang Static Analyzer cplusplus.PureVirtualCall,
431    :doc:`clang-analyzer-cplusplus.StringChecker <clang-analyzer/cplusplus.StringChecker>`, `Clang Static Analyzer cplusplus.StringChecker <https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-stringchecker>`_,
432    :doc:`clang-analyzer-deadcode.DeadStores <clang-analyzer/deadcode.DeadStores>`, `Clang Static Analyzer deadcode.DeadStores <https://clang.llvm.org/docs/analyzer/checkers.html#deadcode-deadstores>`_,
433    :doc:`clang-analyzer-fuchsia.HandleChecker <clang-analyzer/fuchsia.HandleChecker>`, `Clang Static Analyzer fuchsia.HandleChecker <https://clang.llvm.org/docs/analyzer/checkers.html#fuchsia-handlechecker>`_,
434    :doc:`clang-analyzer-nullability.NullPassedToNonnull <clang-analyzer/nullability.NullPassedToNonnull>`, `Clang Static Analyzer nullability.NullPassedToNonnull <https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullpassedtononnull>`_,
435    :doc:`clang-analyzer-nullability.NullReturnedFromNonnull <clang-analyzer/nullability.NullReturnedFromNonnull>`, `Clang Static Analyzer nullability.NullReturnedFromNonnull <https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullreturnedfromnonnull>`_,
436    :doc:`clang-analyzer-nullability.NullableDereferenced <clang-analyzer/nullability.NullableDereferenced>`, `Clang Static Analyzer nullability.NullableDereferenced <https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullabledereferenced>`_,
437    :doc:`clang-analyzer-nullability.NullablePassedToNonnull <clang-analyzer/nullability.NullablePassedToNonnull>`, `Clang Static Analyzer nullability.NullablePassedToNonnull <https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullablepassedtononnull>`_,
438    :doc:`clang-analyzer-nullability.NullableReturnedFromNonnull <clang-analyzer/nullability.NullableReturnedFromNonnull>`, `Clang Static Analyzer nullability.NullableReturnedFromNonnull <https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullablereturnedfromnonnull>`_,
439    :doc:`clang-analyzer-optin.cplusplus.UninitializedObject <clang-analyzer/optin.cplusplus.UninitializedObject>`, `Clang Static Analyzer optin.cplusplus.UninitializedObject <https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-uninitializedobject>`_,
440    :doc:`clang-analyzer-optin.cplusplus.VirtualCall <clang-analyzer/optin.cplusplus.VirtualCall>`, `Clang Static Analyzer optin.cplusplus.VirtualCall <https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virtualcall>`_,
441    :doc:`clang-analyzer-optin.mpi.MPI-Checker <clang-analyzer/optin.mpi.MPI-Checker>`, `Clang Static Analyzer optin.mpi.MPI-Checker <https://clang.llvm.org/docs/analyzer/checkers.html#optin-mpi-mpi-checker>`_,
442    :doc:`clang-analyzer-optin.osx.OSObjectCStyleCast <clang-analyzer/optin.osx.OSObjectCStyleCast>`, Clang Static Analyzer optin.osx.OSObjectCStyleCast,
443    :doc:`clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker <clang-analyzer/optin.osx.cocoa.localizability.EmptyLocalizationContextChecker>`, `Clang Static Analyzer optin.osx.cocoa.localizability.EmptyLocalizationContextChecker <https://clang.llvm.org/docs/analyzer/checkers.html#optin-osx-cocoa-localizability-emptylocalizationcontextchecker>`_,
444    :doc:`clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker <clang-analyzer/optin.osx.cocoa.localizability.NonLocalizedStringChecker>`, `Clang Static Analyzer optin.osx.cocoa.localizability.NonLocalizedStringChecker <https://clang.llvm.org/docs/analyzer/checkers.html#optin-osx-cocoa-localizability-nonlocalizedstringchecker>`_,
445    :doc:`clang-analyzer-optin.performance.GCDAntipattern <clang-analyzer/optin.performance.GCDAntipattern>`, `Clang Static Analyzer optin.performance.GCDAntipattern <https://clang.llvm.org/docs/analyzer/checkers.html#optin-performance-gcdantipattern>`_,
446    :doc:`clang-analyzer-optin.performance.Padding <clang-analyzer/optin.performance.Padding>`, `Clang Static Analyzer optin.performance.Padding <https://clang.llvm.org/docs/analyzer/checkers.html#optin-performance-padding>`_,
447    :doc:`clang-analyzer-optin.portability.UnixAPI <clang-analyzer/optin.portability.UnixAPI>`, `Clang Static Analyzer optin.portability.UnixAPI <https://clang.llvm.org/docs/analyzer/checkers.html#optin-portability-unixapi>`_,
448    :doc:`clang-analyzer-osx.API <clang-analyzer/osx.API>`, `Clang Static Analyzer osx.API <https://clang.llvm.org/docs/analyzer/checkers.html#osx-api>`_,
449    :doc:`clang-analyzer-osx.MIG <clang-analyzer/osx.MIG>`, Clang Static Analyzer osx.MIG,
450    :doc:`clang-analyzer-osx.NumberObjectConversion <clang-analyzer/osx.NumberObjectConversion>`, `Clang Static Analyzer osx.NumberObjectConversion <https://clang.llvm.org/docs/analyzer/checkers.html#osx-numberobjectconversion>`_,
451    :doc:`clang-analyzer-osx.OSObjectRetainCount <clang-analyzer/osx.OSObjectRetainCount>`, Clang Static Analyzer osx.OSObjectRetainCount,
452    :doc:`clang-analyzer-osx.ObjCProperty <clang-analyzer/osx.ObjCProperty>`, `Clang Static Analyzer osx.ObjCProperty <https://clang.llvm.org/docs/analyzer/checkers.html#osx-objcproperty>`_,
453    :doc:`clang-analyzer-osx.SecKeychainAPI <clang-analyzer/osx.SecKeychainAPI>`, `Clang Static Analyzer osx.SecKeychainAPI <https://clang.llvm.org/docs/analyzer/checkers.html#osx-seckeychainapi>`_,
454    :doc:`clang-analyzer-osx.cocoa.AtSync <clang-analyzer/osx.cocoa.AtSync>`, `Clang Static Analyzer osx.cocoa.AtSync <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-atsync>`_,
455    :doc:`clang-analyzer-osx.cocoa.AutoreleaseWrite <clang-analyzer/osx.cocoa.AutoreleaseWrite>`, `Clang Static Analyzer osx.cocoa.AutoreleaseWrite <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-autoreleasewrite>`_,
456    :doc:`clang-analyzer-osx.cocoa.ClassRelease <clang-analyzer/osx.cocoa.ClassRelease>`, `Clang Static Analyzer osx.cocoa.ClassRelease <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-classrelease>`_,
457    :doc:`clang-analyzer-osx.cocoa.Dealloc <clang-analyzer/osx.cocoa.Dealloc>`, `Clang Static Analyzer osx.cocoa.Dealloc <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-dealloc>`_,
458    :doc:`clang-analyzer-osx.cocoa.IncompatibleMethodTypes <clang-analyzer/osx.cocoa.IncompatibleMethodTypes>`, `Clang Static Analyzer osx.cocoa.IncompatibleMethodTypes <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-incompatiblemethodtypes>`_,
459    :doc:`clang-analyzer-osx.cocoa.Loops <clang-analyzer/osx.cocoa.Loops>`, `Clang Static Analyzer osx.cocoa.Loops <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-loops>`_,
460    :doc:`clang-analyzer-osx.cocoa.MissingSuperCall <clang-analyzer/osx.cocoa.MissingSuperCall>`, `Clang Static Analyzer osx.cocoa.MissingSuperCall <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-missingsupercall>`_,
461    :doc:`clang-analyzer-osx.cocoa.NSAutoreleasePool <clang-analyzer/osx.cocoa.NSAutoreleasePool>`, `Clang Static Analyzer osx.cocoa.NSAutoreleasePool <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-nsautoreleasepool>`_,
462    :doc:`clang-analyzer-osx.cocoa.NSError <clang-analyzer/osx.cocoa.NSError>`, `Clang Static Analyzer osx.cocoa.NSError <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-nserror>`_,
463    :doc:`clang-analyzer-osx.cocoa.NilArg <clang-analyzer/osx.cocoa.NilArg>`, `Clang Static Analyzer osx.cocoa.NilArg <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-nilarg>`_,
464    :doc:`clang-analyzer-osx.cocoa.NonNilReturnValue <clang-analyzer/osx.cocoa.NonNilReturnValue>`, `Clang Static Analyzer osx.cocoa.NonNilReturnValue <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-nonnilreturnvalue>`_,
465    :doc:`clang-analyzer-osx.cocoa.ObjCGenerics <clang-analyzer/osx.cocoa.ObjCGenerics>`, `Clang Static Analyzer osx.cocoa.ObjCGenerics <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-objcgenerics>`_,
466    :doc:`clang-analyzer-osx.cocoa.RetainCount <clang-analyzer/osx.cocoa.RetainCount>`, `Clang Static Analyzer osx.cocoa.RetainCount <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-retaincount>`_,
467    :doc:`clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak <clang-analyzer/osx.cocoa.RunLoopAutoreleaseLeak>`, `Clang Static Analyzer osx.cocoa.RunLoopAutoreleaseLeak <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-runloopautoreleaseleak>`_,
468    :doc:`clang-analyzer-osx.cocoa.SelfInit <clang-analyzer/osx.cocoa.SelfInit>`, `Clang Static Analyzer osx.cocoa.SelfInit <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-selfinit>`_,
469    :doc:`clang-analyzer-osx.cocoa.SuperDealloc <clang-analyzer/osx.cocoa.SuperDealloc>`, `Clang Static Analyzer osx.cocoa.SuperDealloc <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-superdealloc>`_,
470    :doc:`clang-analyzer-osx.cocoa.UnusedIvars <clang-analyzer/osx.cocoa.UnusedIvars>`, `Clang Static Analyzer osx.cocoa.UnusedIvars <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-unusedivars>`_,
471    :doc:`clang-analyzer-osx.cocoa.VariadicMethodTypes <clang-analyzer/osx.cocoa.VariadicMethodTypes>`, `Clang Static Analyzer osx.cocoa.VariadicMethodTypes <https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-variadicmethodtypes>`_,
472    :doc:`clang-analyzer-osx.coreFoundation.CFError <clang-analyzer/osx.coreFoundation.CFError>`, `Clang Static Analyzer osx.coreFoundation.CFError <https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-cferror>`_,
473    :doc:`clang-analyzer-osx.coreFoundation.CFNumber <clang-analyzer/osx.coreFoundation.CFNumber>`, `Clang Static Analyzer osx.coreFoundation.CFNumber <https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-cfnumber>`_,
474    :doc:`clang-analyzer-osx.coreFoundation.CFRetainRelease <clang-analyzer/osx.coreFoundation.CFRetainRelease>`, `Clang Static Analyzer osx.coreFoundation.CFRetainRelease <https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-cfretainrelease>`_,
475    :doc:`clang-analyzer-osx.coreFoundation.containers.OutOfBounds <clang-analyzer/osx.coreFoundation.containers.OutOfBounds>`, `Clang Static Analyzer osx.coreFoundation.containers.OutOfBounds <https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-containers-outofbounds>`_,
476    :doc:`clang-analyzer-osx.coreFoundation.containers.PointerSizedValues <clang-analyzer/osx.coreFoundation.containers.PointerSizedValues>`, `Clang Static Analyzer osx.coreFoundation.containers.PointerSizedValues <https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-containers-pointersizedvalues>`_,
477    :doc:`clang-analyzer-security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter>`, `Clang Static Analyzer security.FloatLoopCounter <https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter>`_,
478    :doc:`clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling <clang-analyzer/security.insecureAPI.DeprecatedOrUnsafeBufferHandling>`, `Clang Static Analyzer security.insecureAPI.DeprecatedOrUnsafeBufferHandling <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-deprecatedorunsafebufferhandling>`_,
479    :doc:`clang-analyzer-security.insecureAPI.UncheckedReturn <clang-analyzer/security.insecureAPI.UncheckedReturn>`, `Clang Static Analyzer security.insecureAPI.UncheckedReturn <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-uncheckedreturn>`_,
480    :doc:`clang-analyzer-security.insecureAPI.bcmp <clang-analyzer/security.insecureAPI.bcmp>`, `Clang Static Analyzer security.insecureAPI.bcmp <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcmp>`_,
481    :doc:`clang-analyzer-security.insecureAPI.bcopy <clang-analyzer/security.insecureAPI.bcopy>`, `Clang Static Analyzer security.insecureAPI.bcopy <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcopy>`_,
482    :doc:`clang-analyzer-security.insecureAPI.bzero <clang-analyzer/security.insecureAPI.bzero>`, `Clang Static Analyzer security.insecureAPI.bzero <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bzero>`_,
483    :doc:`clang-analyzer-security.insecureAPI.decodeValueOfObjCType <clang-analyzer/security.insecureAPI.decodeValueOfObjCType>`, Clang Static Analyzer security.insecureAPI.decodeValueOfObjCType,
484    :doc:`clang-analyzer-security.insecureAPI.getpw <clang-analyzer/security.insecureAPI.getpw>`, `Clang Static Analyzer security.insecureAPI.getpw <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-getpw>`_,
485    :doc:`clang-analyzer-security.insecureAPI.gets <clang-analyzer/security.insecureAPI.gets>`, `Clang Static Analyzer security.insecureAPI.gets <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-gets>`_,
486    :doc:`clang-analyzer-security.insecureAPI.mkstemp <clang-analyzer/security.insecureAPI.mkstemp>`, `Clang Static Analyzer security.insecureAPI.mkstemp <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mkstemp>`_,
487    :doc:`clang-analyzer-security.insecureAPI.mktemp <clang-analyzer/security.insecureAPI.mktemp>`, `Clang Static Analyzer security.insecureAPI.mktemp <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mktemp>`_,
488    :doc:`clang-analyzer-security.insecureAPI.rand <clang-analyzer/security.insecureAPI.rand>`, `Clang Static Analyzer security.insecureAPI.rand <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-rand>`_,
489    :doc:`clang-analyzer-security.insecureAPI.strcpy <clang-analyzer/security.insecureAPI.strcpy>`, `Clang Static Analyzer security.insecureAPI.strcpy <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-strcpy>`_,
490    :doc:`clang-analyzer-security.insecureAPI.vfork <clang-analyzer/security.insecureAPI.vfork>`, `Clang Static Analyzer security.insecureAPI.vfork <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-vfork>`_,
491    :doc:`clang-analyzer-unix.API <clang-analyzer/unix.API>`, `Clang Static Analyzer unix.API <https://clang.llvm.org/docs/analyzer/checkers.html#unix-api>`_,
492    :doc:`clang-analyzer-unix.Malloc <clang-analyzer/unix.Malloc>`, `Clang Static Analyzer unix.Malloc <https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc>`_,
493    :doc:`clang-analyzer-unix.MallocSizeof <clang-analyzer/unix.MallocSizeof>`, `Clang Static Analyzer unix.MallocSizeof <https://clang.llvm.org/docs/analyzer/checkers.html#unix-mallocsizeof>`_,
494    :doc:`clang-analyzer-unix.MismatchedDeallocator <clang-analyzer/unix.MismatchedDeallocator>`, `Clang Static Analyzer unix.MismatchedDeallocator <https://clang.llvm.org/docs/analyzer/checkers.html#unix-mismatcheddeallocator>`_,
495    :doc:`clang-analyzer-unix.Vfork <clang-analyzer/unix.Vfork>`, `Clang Static Analyzer unix.Vfork <https://clang.llvm.org/docs/analyzer/checkers.html#unix-vfork>`_,
496    :doc:`clang-analyzer-unix.cstring.BadSizeArg <clang-analyzer/unix.cstring.BadSizeArg>`, `Clang Static Analyzer unix.cstring.BadSizeArg <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-badsizearg>`_,
497    :doc:`clang-analyzer-unix.cstring.NullArg <clang-analyzer/unix.cstring.NullArg>`, `Clang Static Analyzer unix.cstring.NullArg <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-nullarg>`_,
498    :doc:`clang-analyzer-valist.CopyToSelf <clang-analyzer/valist.CopyToSelf>`, Clang Static Analyzer valist.CopyToSelf,
499    :doc:`clang-analyzer-valist.Uninitialized <clang-analyzer/valist.Uninitialized>`, Clang Static Analyzer valist.Uninitialized,
500    :doc:`clang-analyzer-valist.Unterminated <clang-analyzer/valist.Unterminated>`, Clang Static Analyzer valist.Unterminated,
501    :doc:`clang-analyzer-webkit.NoUncountedMemberChecker <clang-analyzer/webkit.NoUncountedMemberChecker>`, `Clang Static Analyzer webkit.NoUncountedMemberChecker <https://clang.llvm.org/docs/analyzer/checkers.html#webkit-nouncountedmemberchecker>`_,
502    :doc:`clang-analyzer-webkit.RefCntblBaseVirtualDtor <clang-analyzer/webkit.RefCntblBaseVirtualDtor>`, `Clang Static Analyzer webkit.RefCntblBaseVirtualDtor <https://clang.llvm.org/docs/analyzer/checkers.html#webkit-refcntblbasevirtualdtor>`_,
503    :doc:`clang-analyzer-webkit.UncountedLambdaCapturesChecker <clang-analyzer/webkit.UncountedLambdaCapturesChecker>`, `Clang Static Analyzer webkit.UncountedLambdaCapturesChecker <https://clang.llvm.org/docs/analyzer/checkers.html#webkit-uncountedlambdacaptureschecker>`_,
504    :doc:`cppcoreguidelines-avoid-c-arrays <cppcoreguidelines/avoid-c-arrays>`, :doc:`modernize-avoid-c-arrays <modernize/avoid-c-arrays>`,
505    :doc:`cppcoreguidelines-avoid-magic-numbers <cppcoreguidelines/avoid-magic-numbers>`, :doc:`readability-magic-numbers <readability/magic-numbers>`,
506    :doc:`cppcoreguidelines-c-copy-assignment-signature <cppcoreguidelines/c-copy-assignment-signature>`, :doc:`misc-unconventional-assign-operator <misc/unconventional-assign-operator>`,
507    :doc:`cppcoreguidelines-explicit-virtual-functions <cppcoreguidelines/explicit-virtual-functions>`, :doc:`modernize-use-override <modernize/use-override>`, "Yes"
508    :doc:`cppcoreguidelines-macro-to-enum <cppcoreguidelines/macro-to-enum>`, :doc:`modernize-macro-to-enum <modernize/macro-to-enum>`, "Yes"
509    :doc:`cppcoreguidelines-noexcept-destructor <cppcoreguidelines/noexcept-destructor>`, :doc:`performance-noexcept-destructor <performance/noexcept-destructor>`, "Yes"
510    :doc:`cppcoreguidelines-noexcept-move-operations <cppcoreguidelines/noexcept-move-operations>`, :doc:`performance-noexcept-move-constructor <performance/noexcept-move-constructor>`, "Yes"
511    :doc:`cppcoreguidelines-noexcept-swap <cppcoreguidelines/noexcept-swap>`, :doc:`performance-noexcept-swap <performance/noexcept-swap>`, "Yes"
512    :doc:`cppcoreguidelines-non-private-member-variables-in-classes <cppcoreguidelines/non-private-member-variables-in-classes>`, :doc:`misc-non-private-member-variables-in-classes <misc/non-private-member-variables-in-classes>`,
513    :doc:`cppcoreguidelines-use-default-member-init <cppcoreguidelines/use-default-member-init>`, :doc:`modernize-use-default-member-init <modernize/use-default-member-init>`, "Yes"
514    :doc:`fuchsia-header-anon-namespaces <fuchsia/header-anon-namespaces>`, :doc:`google-build-namespaces <google/build-namespaces>`,
515    :doc:`google-readability-braces-around-statements <google/readability-braces-around-statements>`, :doc:`readability-braces-around-statements <readability/braces-around-statements>`, "Yes"
516    :doc:`google-readability-function-size <google/readability-function-size>`, :doc:`readability-function-size <readability/function-size>`,
517    :doc:`google-readability-namespace-comments <google/readability-namespace-comments>`, :doc:`llvm-namespace-comment <llvm/namespace-comment>`,
518    :doc:`hicpp-avoid-c-arrays <hicpp/avoid-c-arrays>`, :doc:`modernize-avoid-c-arrays <modernize/avoid-c-arrays>`,
519    :doc:`hicpp-avoid-goto <hicpp/avoid-goto>`, :doc:`cppcoreguidelines-avoid-goto <cppcoreguidelines/avoid-goto>`,
520    :doc:`hicpp-braces-around-statements <hicpp/braces-around-statements>`, :doc:`readability-braces-around-statements <readability/braces-around-statements>`, "Yes"
521    :doc:`hicpp-deprecated-headers <hicpp/deprecated-headers>`, :doc:`modernize-deprecated-headers <modernize/deprecated-headers>`, "Yes"
522    :doc:`hicpp-explicit-conversions <hicpp/explicit-conversions>`, :doc:`google-explicit-constructor <google/explicit-constructor>`, "Yes"
523    :doc:`hicpp-function-size <hicpp/function-size>`, :doc:`readability-function-size <readability/function-size>`,
524    :doc:`hicpp-invalid-access-moved <hicpp/invalid-access-moved>`, :doc:`bugprone-use-after-move <bugprone/use-after-move>`,
525    :doc:`hicpp-member-init <hicpp/member-init>`, :doc:`cppcoreguidelines-pro-type-member-init <cppcoreguidelines/pro-type-member-init>`, "Yes"
526    :doc:`hicpp-move-const-arg <hicpp/move-const-arg>`, :doc:`performance-move-const-arg <performance/move-const-arg>`, "Yes"
527    :doc:`hicpp-named-parameter <hicpp/named-parameter>`, :doc:`readability-named-parameter <readability/named-parameter>`, "Yes"
528    :doc:`hicpp-new-delete-operators <hicpp/new-delete-operators>`, :doc:`misc-new-delete-overloads <misc/new-delete-overloads>`,
529    :doc:`hicpp-no-array-decay <hicpp/no-array-decay>`, :doc:`cppcoreguidelines-pro-bounds-array-to-pointer-decay <cppcoreguidelines/pro-bounds-array-to-pointer-decay>`,
530    :doc:`hicpp-no-malloc <hicpp/no-malloc>`, :doc:`cppcoreguidelines-no-malloc <cppcoreguidelines/no-malloc>`,
531    :doc:`hicpp-noexcept-move <hicpp/noexcept-move>`, :doc:`performance-noexcept-move-constructor <performance/noexcept-move-constructor>`, "Yes"
532    :doc:`hicpp-special-member-functions <hicpp/special-member-functions>`, :doc:`cppcoreguidelines-special-member-functions <cppcoreguidelines/special-member-functions>`,
533    :doc:`hicpp-static-assert <hicpp/static-assert>`, :doc:`misc-static-assert <misc/static-assert>`, "Yes"
534    :doc:`hicpp-undelegated-constructor <hicpp/undelegated-constructor>`, :doc:`bugprone-undelegated-constructor <bugprone/undelegated-constructor>`,
535    :doc:`hicpp-uppercase-literal-suffix <hicpp/uppercase-literal-suffix>`, :doc:`readability-uppercase-literal-suffix <readability/uppercase-literal-suffix>`, "Yes"
536    :doc:`hicpp-use-auto <hicpp/use-auto>`, :doc:`modernize-use-auto <modernize/use-auto>`, "Yes"
537    :doc:`hicpp-use-emplace <hicpp/use-emplace>`, :doc:`modernize-use-emplace <modernize/use-emplace>`, "Yes"
538    :doc:`hicpp-use-equals-default <hicpp/use-equals-default>`, :doc:`modernize-use-equals-default <modernize/use-equals-default>`, "Yes"
539    :doc:`hicpp-use-equals-delete <hicpp/use-equals-delete>`, :doc:`modernize-use-equals-delete <modernize/use-equals-delete>`, "Yes"
540    :doc:`hicpp-use-noexcept <hicpp/use-noexcept>`, :doc:`modernize-use-noexcept <modernize/use-noexcept>`, "Yes"
541    :doc:`hicpp-use-nullptr <hicpp/use-nullptr>`, :doc:`modernize-use-nullptr <modernize/use-nullptr>`, "Yes"
542    :doc:`hicpp-use-override <hicpp/use-override>`, :doc:`modernize-use-override <modernize/use-override>`, "Yes"
543    :doc:`hicpp-vararg <hicpp/vararg>`, :doc:`cppcoreguidelines-pro-type-vararg <cppcoreguidelines/pro-type-vararg>`,
544    :doc:`llvm-else-after-return <llvm/else-after-return>`, :doc:`readability-else-after-return <readability/else-after-return>`, "Yes"
545    :doc:`llvm-qualified-auto <llvm/qualified-auto>`, :doc:`readability-qualified-auto <readability/qualified-auto>`, "Yes"