Bump version to 19.1.0git
[llvm-project.git] / clang-tools-extra / clangd / TidyFastChecks.inc
blob9050ce16127ff45b2e00e4aa33df12b7be43dec7
1 // This file is generated, do not edit it directly!
2 // Deltas are percentage regression in parsing clang/lib/Sema/Sema.cpp
3 #ifndef FAST
4 #define FAST(CHECK, DELTA)
5 #endif
6 #ifndef SLOW
7 #define SLOW(CHECK, DELTA)
8 #endif
10 FAST(abseil-cleanup-ctad, -1.0)
11 FAST(abseil-duration-addition, 0.0)
12 FAST(abseil-duration-comparison, 1.0)
13 FAST(abseil-duration-conversion-cast, 3.0)
14 FAST(abseil-duration-division, -0.0)
15 FAST(abseil-duration-factory-float, 1.0)
16 FAST(abseil-duration-factory-scale, -0.0)
17 FAST(abseil-duration-subtraction, 1.0)
18 FAST(abseil-duration-unnecessary-conversion, 4.0)
19 FAST(abseil-faster-strsplit-delimiter, 2.0)
20 FAST(abseil-no-internal-dependencies, -1.0)
21 FAST(abseil-no-namespace, -1.0)
22 FAST(abseil-redundant-strcat-calls, 2.0)
23 FAST(abseil-str-cat-append, 1.0)
24 FAST(abseil-string-find-startswith, 1.0)
25 FAST(abseil-string-find-str-contains, 1.0)
26 FAST(abseil-time-comparison, -0.0)
27 FAST(abseil-time-subtraction, 0.0)
28 FAST(abseil-upgrade-duration-conversions, 2.0)
29 SLOW(altera-id-dependent-backward-branch, 13.0)
30 FAST(altera-kernel-name-restriction, -1.0)
31 FAST(altera-single-work-item-barrier, -1.0)
32 FAST(altera-struct-pack-align, -1.0)
33 FAST(altera-unroll-loops, 2.0)
34 FAST(android-cloexec-accept, -1.0)
35 FAST(android-cloexec-accept4, 3.0)
36 FAST(android-cloexec-creat, 0.0)
37 FAST(android-cloexec-dup, 3.0)
38 FAST(android-cloexec-epoll-create, -2.0)
39 FAST(android-cloexec-epoll-create1, -1.0)
40 FAST(android-cloexec-fopen, -0.0)
41 FAST(android-cloexec-inotify-init, 1.0)
42 FAST(android-cloexec-inotify-init1, 2.0)
43 FAST(android-cloexec-memfd-create, 2.0)
44 FAST(android-cloexec-open, -1.0)
45 FAST(android-cloexec-pipe, -1.0)
46 FAST(android-cloexec-pipe2, 0.0)
47 FAST(android-cloexec-socket, 1.0)
48 FAST(android-comparison-in-temp-failure-retry, 0.0)
49 FAST(boost-use-to-string, 1.0)
50 FAST(bugprone-argument-comment, 2.0)
51 FAST(bugprone-assert-side-effect, 1.0)
52 FAST(bugprone-assignment-in-if-condition, -0.0)
53 FAST(bugprone-bad-signal-to-kill-thread, -1.0)
54 FAST(bugprone-bool-pointer-implicit-conversion, 0.0)
55 FAST(bugprone-branch-clone, -0.0)
56 FAST(bugprone-copy-constructor-init, 1.0)
57 FAST(bugprone-dangling-handle, 0.0)
58 FAST(bugprone-dynamic-static-initializers, 1.0)
59 FAST(bugprone-easily-swappable-parameters, 2.0)
60 FAST(bugprone-exception-escape, 1.0)
61 FAST(bugprone-fold-init-type, 2.0)
62 FAST(bugprone-forward-declaration-namespace, 0.0)
63 FAST(bugprone-forwarding-reference-overload, -0.0)
64 FAST(bugprone-implicit-widening-of-multiplication-result, 3.0)
65 FAST(bugprone-inaccurate-erase, -0.0)
66 FAST(bugprone-incorrect-roundings, 1.0)
67 FAST(bugprone-infinite-loop, 4.0)
68 FAST(bugprone-integer-division, -3.0)
69 FAST(bugprone-lambda-function-name, 1.0)
70 FAST(bugprone-macro-parentheses, 8.0)
71 FAST(bugprone-macro-repeated-side-effects, 1.0)
72 FAST(bugprone-misplaced-operator-in-strlen-in-alloc, -0.0)
73 FAST(bugprone-misplaced-pointer-arithmetic-in-alloc, 2.0)
74 FAST(bugprone-misplaced-widening-cast, -2.0)
75 FAST(bugprone-move-forwarding-reference, -2.0)
76 FAST(bugprone-multiple-statement-macro, 1.0)
77 FAST(bugprone-narrowing-conversions, -1.0)
78 FAST(bugprone-no-escape, 3.0)
79 FAST(bugprone-not-null-terminated-result, 4.0)
80 FAST(bugprone-parent-virtual-call, 2.0)
81 FAST(bugprone-posix-return, 0.0)
82 FAST(bugprone-redundant-branch-condition, 0.0)
83 FAST(bugprone-reserved-identifier, 2.0)
84 FAST(bugprone-shared-ptr-array-mismatch, 0.0)
85 FAST(bugprone-signal-handler, -0.0)
86 FAST(bugprone-signed-char-misuse, 1.0)
87 FAST(bugprone-sizeof-container, -0.0)
88 FAST(bugprone-sizeof-expression, 0.0)
89 FAST(bugprone-spuriously-wake-up-functions, 3.0)
90 FAST(bugprone-string-constructor, 1.0)
91 FAST(bugprone-string-integer-assignment, 1.0)
92 FAST(bugprone-string-literal-with-embedded-nul, 0.0)
93 FAST(bugprone-stringview-nullptr, 2.0)
94 FAST(bugprone-suspicious-enum-usage, -0.0)
95 FAST(bugprone-suspicious-include, 1.0)
96 FAST(bugprone-suspicious-memory-comparison, 0.0)
97 FAST(bugprone-suspicious-memset-usage, 2.0)
98 FAST(bugprone-suspicious-missing-comma, 0.0)
99 FAST(bugprone-suspicious-realloc-usage, 1.0)
100 FAST(bugprone-suspicious-semicolon, 0.0)
101 FAST(bugprone-suspicious-string-compare, 2.0)
102 FAST(bugprone-swapped-arguments, 0.0)
103 FAST(bugprone-terminating-continue, 2.0)
104 FAST(bugprone-throw-keyword-missing, -1.0)
105 FAST(bugprone-too-small-loop-variable, 0.0)
106 FAST(bugprone-unchecked-optional-access, 1.0)
107 FAST(bugprone-undefined-memory-manipulation, 1.0)
108 FAST(bugprone-undelegated-constructor, 0.0)
109 FAST(bugprone-unhandled-exception-at-new, 0.0)
110 FAST(bugprone-unhandled-self-assignment, 0.0)
111 FAST(bugprone-unused-raii, 2.0)
112 FAST(bugprone-unused-return-value, 0.0)
113 FAST(bugprone-use-after-move, 5.0)
114 FAST(bugprone-virtual-near-miss, 0.0)
115 FAST(cert-con36-c, 2.0)
116 FAST(cert-con54-cpp, 3.0)
117 FAST(cert-dcl03-c, 2.0)
118 FAST(cert-dcl16-c, -1.0)
119 FAST(cert-dcl37-c, 3.0)
120 FAST(cert-dcl50-cpp, -1.0)
121 FAST(cert-dcl51-cpp, 1.0)
122 FAST(cert-dcl54-cpp, 0.0)
123 FAST(cert-dcl58-cpp, 1.0)
124 FAST(cert-dcl59-cpp, 0.0)
125 FAST(cert-env33-c, -1.0)
126 FAST(cert-err09-cpp, 1.0)
127 FAST(cert-err33-c, 4.0)
128 FAST(cert-err34-c, 0.0)
129 FAST(cert-err52-cpp, 1.0)
130 FAST(cert-err58-cpp, 0.0)
131 FAST(cert-err60-cpp, 0.0)
132 FAST(cert-err61-cpp, -0.0)
133 FAST(cert-exp42-c, 0.0)
134 FAST(cert-fio38-c, 1.0)
135 FAST(cert-flp30-c, 0.0)
136 FAST(cert-flp37-c, 1.0)
137 FAST(cert-mem57-cpp, 0.0)
138 FAST(cert-msc30-c, -0.0)
139 FAST(cert-msc32-c, 1.0)
140 FAST(cert-msc50-cpp, -1.0)
141 FAST(cert-msc51-cpp, 1.0)
142 FAST(cert-msc54-cpp, -1.0)
143 FAST(cert-oop11-cpp, 1.0)
144 FAST(cert-oop54-cpp, -0.0)
145 FAST(cert-oop57-cpp, 1.0)
146 FAST(cert-oop58-cpp, 0.0)
147 FAST(cert-pos44-c, 0.0)
148 FAST(cert-pos47-c, -0.0)
149 FAST(cert-sig30-c, 2.0)
150 FAST(cert-str34-c, 0.0)
151 FAST(concurrency-mt-unsafe, 3.0)
152 FAST(concurrency-thread-canceltype-asynchronous, 1.0)
153 FAST(cppcoreguidelines-avoid-c-arrays, 2.0)
154 FAST(cppcoreguidelines-avoid-const-or-ref-data-members, 1.0)
155 FAST(cppcoreguidelines-avoid-do-while, -2.0)
156 FAST(cppcoreguidelines-avoid-goto, 2.0)
157 FAST(cppcoreguidelines-avoid-magic-numbers, 1.0)
158 FAST(cppcoreguidelines-avoid-non-const-global-variables, -0.0)
159 FAST(cppcoreguidelines-c-copy-assignment-signature, 1.0)
160 FAST(cppcoreguidelines-explicit-virtual-functions, -1.0)
161 FAST(cppcoreguidelines-init-variables, 2.0)
162 FAST(cppcoreguidelines-interfaces-global-init, -1.0)
163 FAST(cppcoreguidelines-macro-usage, 2.0)
164 FAST(cppcoreguidelines-narrowing-conversions, -2.0)
165 FAST(cppcoreguidelines-no-malloc, -1.0)
166 FAST(cppcoreguidelines-non-private-member-variables-in-classes, -0.0)
167 FAST(cppcoreguidelines-owning-memory, 3.0)
168 FAST(cppcoreguidelines-prefer-member-initializer, 1.0)
169 FAST(cppcoreguidelines-pro-bounds-array-to-pointer-decay, 3.0)
170 FAST(cppcoreguidelines-pro-bounds-constant-array-index, 3.0)
171 FAST(cppcoreguidelines-pro-bounds-pointer-arithmetic, 0.0)
172 FAST(cppcoreguidelines-pro-type-const-cast, 1.0)
173 FAST(cppcoreguidelines-pro-type-cstyle-cast, -1.0)
174 FAST(cppcoreguidelines-pro-type-member-init, 1.0)
175 FAST(cppcoreguidelines-pro-type-reinterpret-cast, 2.0)
176 FAST(cppcoreguidelines-pro-type-static-cast-downcast, 0.0)
177 FAST(cppcoreguidelines-pro-type-union-access, 1.0)
178 FAST(cppcoreguidelines-pro-type-vararg, 1.0)
179 FAST(cppcoreguidelines-slicing, 3.0)
180 FAST(cppcoreguidelines-special-member-functions, -1.0)
181 FAST(cppcoreguidelines-virtual-class-destructor, 0.0)
182 FAST(darwin-avoid-spinlock, 1.0)
183 FAST(darwin-dispatch-once-nonstatic, -0.0)
184 FAST(fuchsia-default-arguments-calls, 2.0)
185 FAST(fuchsia-default-arguments-declarations, -0.0)
186 FAST(fuchsia-header-anon-namespaces, -0.0)
187 FAST(fuchsia-multiple-inheritance, -1.0)
188 FAST(fuchsia-overloaded-operator, -0.0)
189 FAST(fuchsia-statically-constructed-objects, -0.0)
190 FAST(fuchsia-trailing-return, 2.0)
191 FAST(fuchsia-virtual-inheritance, 1.0)
192 FAST(google-build-explicit-make-pair, 2.0)
193 FAST(google-build-namespaces, -1.0)
194 FAST(google-build-using-namespace, 0.0)
195 FAST(google-default-arguments, 1.0)
196 FAST(google-explicit-constructor, 2.0)
197 FAST(google-global-names-in-headers, -1.0)
198 FAST(google-objc-avoid-nsobject-new, 1.0)
199 FAST(google-objc-avoid-throwing-exception, 1.0)
200 FAST(google-objc-function-naming, 1.0)
201 FAST(google-objc-global-variable-declaration, -0.0)
202 FAST(google-readability-avoid-underscore-in-googletest-name, -0.0)
203 FAST(google-readability-braces-around-statements, 1.0)
204 FAST(google-readability-casting, 1.0)
205 FAST(google-readability-function-size, 0.0)
206 FAST(google-readability-namespace-comments, 0.0)
207 FAST(google-readability-todo, 1.0)
208 FAST(google-runtime-int, -1.0)
209 FAST(google-runtime-operator, -0.0)
210 FAST(google-upgrade-googletest-case, 0.0)
211 FAST(hicpp-avoid-c-arrays, 1.0)
212 FAST(hicpp-avoid-goto, 0.0)
213 FAST(hicpp-braces-around-statements, 1.0)
214 FAST(hicpp-deprecated-headers, -1.0)
215 FAST(hicpp-exception-baseclass, 0.0)
216 FAST(hicpp-explicit-conversions, -1.0)
217 FAST(hicpp-function-size, 1.0)
218 FAST(hicpp-invalid-access-moved, 6.0)
219 FAST(hicpp-member-init, 2.0)
220 FAST(hicpp-move-const-arg, 1.0)
221 FAST(hicpp-multiway-paths-covered, 3.0)
222 FAST(hicpp-named-parameter, 1.0)
223 FAST(hicpp-new-delete-operators, 0.0)
224 FAST(hicpp-no-array-decay, 3.0)
225 FAST(hicpp-no-assembler, -0.0)
226 FAST(hicpp-no-malloc, 1.0)
227 FAST(hicpp-noexcept-move, -0.0)
228 FAST(hicpp-signed-bitwise, 0.0)
229 FAST(hicpp-special-member-functions, 0.0)
230 FAST(hicpp-static-assert, 1.0)
231 FAST(hicpp-undelegated-constructor, 3.0)
232 FAST(hicpp-uppercase-literal-suffix, 3.0)
233 FAST(hicpp-use-auto, 3.0)
234 FAST(hicpp-use-emplace, 1.0)
235 FAST(hicpp-use-equals-default, 1.0)
236 FAST(hicpp-use-equals-delete, 0.0)
237 FAST(hicpp-use-noexcept, -1.0)
238 FAST(hicpp-use-nullptr, 2.0)
239 FAST(hicpp-use-override, -0.0)
240 FAST(hicpp-vararg, -2.0)
241 FAST(linuxkernel-must-check-errs, 1.0)
242 FAST(llvm-else-after-return, 0.0)
243 FAST(llvm-header-guard, 2.0)
244 FAST(llvm-include-order, 3.0)
245 FAST(llvm-namespace-comment, 1.0)
246 FAST(llvm-prefer-isa-or-dyn-cast-in-conditionals, 0.0)
247 FAST(llvm-prefer-register-over-unsigned, 1.0)
248 FAST(llvm-qualified-auto, 0.0)
249 FAST(llvm-twine-local, -2.0)
250 FAST(llvmlibc-callee-namespace, 2.0)
251 FAST(llvmlibc-implementation-in-namespace, 2.0)
252 FAST(llvmlibc-restrict-system-libc-headers, -0.0)
253 FAST(misc-confusable-identifiers, 1.0)
254 SLOW(misc-const-correctness, 261.0)
255 FAST(misc-definitions-in-headers, -1.0)
256 FAST(misc-misleading-bidirectional, -0.0)
257 FAST(misc-misleading-identifier, -1.0)
258 FAST(misc-misplaced-const, 1.0)
259 FAST(misc-new-delete-overloads, -1.0)
260 FAST(misc-no-recursion, -2.0)
261 FAST(misc-non-copyable-objects, 1.0)
262 FAST(misc-non-private-member-variables-in-classes, 2.0)
263 FAST(misc-redundant-expression, 0.0)
264 FAST(misc-static-assert, 1.0)
265 FAST(misc-throw-by-value-catch-by-reference, -1.0)
266 FAST(misc-unconventional-assign-operator, 1.0)
267 FAST(misc-uniqueptr-reset-release, 0.0)
268 FAST(misc-unused-alias-decls, 1.0)
269 FAST(misc-unused-parameters, 0.0)
270 FAST(misc-unused-using-decls, 4.0)
271 FAST(modernize-avoid-bind, 1.0)
272 FAST(modernize-avoid-c-arrays, 2.0)
273 FAST(modernize-concat-nested-namespaces, -1.0)
274 FAST(modernize-deprecated-headers, -0.0)
275 FAST(modernize-deprecated-ios-base-aliases, 1.0)
276 FAST(modernize-loop-convert, 2.0)
277 FAST(modernize-macro-to-enum, 1.0)
278 FAST(modernize-make-shared, -0.0)
279 FAST(modernize-make-unique, 0.0)
280 FAST(modernize-pass-by-value, 1.0)
281 FAST(modernize-raw-string-literal, 1.0)
282 FAST(modernize-redundant-void-arg, -1.0)
283 FAST(modernize-replace-auto-ptr, -1.0)
284 FAST(modernize-replace-disallow-copy-and-assign-macro, -2.0)
285 FAST(modernize-replace-random-shuffle, 0.0)
286 FAST(modernize-return-braced-init-list, -1.0)
287 FAST(modernize-shrink-to-fit, 2.0)
288 FAST(modernize-unary-static-assert, -1.0)
289 FAST(modernize-use-auto, 2.0)
290 FAST(modernize-use-bool-literals, 1.0)
291 FAST(modernize-use-default-member-init, 2.0)
292 FAST(modernize-use-emplace, 1.0)
293 FAST(modernize-use-equals-default, 2.0)
294 FAST(modernize-use-equals-delete, 0.0)
295 FAST(modernize-use-nodiscard, 1.0)
296 FAST(modernize-use-noexcept, 1.0)
297 FAST(modernize-use-nullptr, 2.0)
298 FAST(modernize-use-override, 1.0)
299 FAST(modernize-use-trailing-return-type, -0.0)
300 FAST(modernize-use-transparent-functors, -1.0)
301 FAST(modernize-use-uncaught-exceptions, 1.0)
302 FAST(modernize-use-using, 1.0)
303 FAST(objc-assert-equals, -1.0)
304 FAST(objc-avoid-nserror-init, -2.0)
305 FAST(objc-dealloc-in-category, -0.0)
306 FAST(objc-forbidden-subclassing, 0.0)
307 FAST(objc-missing-hash, 1.0)
308 FAST(objc-nsdate-formatter, 1.0)
309 FAST(objc-nsinvocation-argument-lifetime, -2.0)
310 FAST(objc-property-declaration, -1.0)
311 FAST(objc-super-self, -0.0)
312 FAST(openmp-exception-escape, 1.0)
313 FAST(openmp-use-default-none, 1.0)
314 FAST(performance-faster-string-find, 2.0)
315 FAST(performance-for-range-copy, 2.0)
316 FAST(performance-implicit-conversion-in-loop, 1.0)
317 FAST(performance-inefficient-algorithm, 0.0)
318 FAST(performance-inefficient-string-concatenation, -0.0)
319 FAST(performance-inefficient-vector-operation, 1.0)
320 FAST(performance-move-const-arg, 3.0)
321 FAST(performance-move-constructor-init, 1.0)
322 FAST(performance-no-automatic-move, -1.0)
323 FAST(performance-no-int-to-ptr, 2.0)
324 FAST(performance-noexcept-move-constructor, 1.0)
325 FAST(performance-trivially-destructible, -1.0)
326 FAST(performance-type-promotion-in-math-fn, 4.0)
327 FAST(performance-unnecessary-copy-initialization, 4.0)
328 FAST(performance-unnecessary-value-param, 2.0)
329 FAST(portability-restrict-system-includes, 2.0)
330 FAST(portability-simd-intrinsics, 2.0)
331 FAST(portability-std-allocator-const, 2.0)
332 FAST(readability-avoid-const-params-in-decls, -0.0)
333 FAST(readability-braces-around-statements, 2.0)
334 FAST(readability-const-return-type, -0.0)
335 FAST(readability-container-contains, -0.0)
336 FAST(readability-container-data-pointer, 0.0)
337 SLOW(readability-container-size-empty, 16.0)
338 FAST(readability-convert-member-functions-to-static, 0.0)
339 FAST(readability-delete-null-pointer, 0.0)
340 FAST(readability-duplicate-include, -0.0)
341 FAST(readability-else-after-return, 1.0)
342 FAST(readability-function-cognitive-complexity, 0.0)
343 FAST(readability-function-size, 3.0)
344 FAST(readability-identifier-length, -1.0)
345 FAST(readability-identifier-naming, 5.0)
346 FAST(readability-implicit-bool-conversion, 2.0)
347 FAST(readability-inconsistent-declaration-parameter-name, 1.0)
348 FAST(readability-isolate-declaration, 1.0)
349 FAST(readability-magic-numbers, -1.0)
350 FAST(readability-make-member-function-const, 2.0)
351 FAST(readability-misleading-indentation, 0.0)
352 FAST(readability-misplaced-array-index, -0.0)
353 FAST(readability-named-parameter, -0.0)
354 FAST(readability-non-const-parameter, 1.0)
355 FAST(readability-qualified-auto, -0.0)
356 FAST(readability-redundant-access-specifiers, -1.0)
357 FAST(readability-redundant-control-flow, -1.0)
358 FAST(readability-redundant-declaration, -0.0)
359 FAST(readability-redundant-function-ptr-dereference, -1.0)
360 FAST(readability-redundant-member-init, 0.0)
361 FAST(readability-redundant-preprocessor, 0.0)
362 FAST(readability-redundant-smartptr-get, 6.0)
363 FAST(readability-redundant-string-cstr, 0.0)
364 FAST(readability-redundant-string-init, 1.0)
365 FAST(readability-simplify-boolean-expr, 1.0)
366 FAST(readability-simplify-subscript-expr, -0.0)
367 FAST(readability-static-accessed-through-instance, 1.0)
368 FAST(readability-static-definition-in-anonymous-namespace, -0.0)
369 FAST(readability-string-compare, -0.0)
370 FAST(readability-suspicious-call-argument, 0.0)
371 FAST(readability-uniqueptr-delete-release, 1.0)
372 FAST(readability-uppercase-literal-suffix, 3.0)
373 FAST(readability-use-anyofallof, 1.0)
374 FAST(zircon-temporary-objects, 1.0)
376 #undef FAST
377 #undef SLOW