Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / 
tree86ce37f701f6e11c37e93fa2305c2855a81eda27
drwxr-xr-x   ..
-rw-r--r-- 88 bugprone-argument-comment.cpp
-rw-r--r-- 284 bugprone-argument-comment.json
-rw-r--r-- 139 bugprone-assert-side-effect.cpp
-rw-r--r-- 159 bugprone-assert-side-effect.json
-rw-r--r-- 549 bugprone-bool-pointer-implicit-conversion.cpp
-rw-r--r-- 187 bugprone-bool-pointer-implicit-conversion.json
-rw-r--r-- 66 bugprone-forward-declaration-namespace.cpp
-rw-r--r-- 209 bugprone-forward-declaration-namespace.json
-rw-r--r-- 53 bugprone-incorrect-roundings.cpp
-rw-r--r-- 210 bugprone-incorrect-roundings.json
-rw-r--r-- 55 bugprone-integer-division.cpp
-rw-r--r-- 183 bugprone-integer-division.json
-rw-r--r-- 173 bugprone-macro-parentheses.cpp
-rw-r--r-- 615 bugprone-macro-parentheses.json
-rw-r--r-- 696 bugprone-macro-repeated-side-effects.cpp
-rw-r--r-- 181 bugprone-macro-repeated-side-effects.json
-rw-r--r-- 47 bugprone-misplaced-widening-cast.cpp
-rw-r--r-- 203 bugprone-misplaced-widening-cast.json
-rw-r--r-- 678 bugprone-move-forwarding-reference.cpp
-rw-r--r-- 225 bugprone-move-forwarding-reference.json
-rw-r--r-- 112 bugprone-multiple-statement-macro.cpp
-rw-r--r-- 169 bugprone-multiple-statement-macro.json
-rw-r--r-- 51 bugprone-sizeof-expression.cpp
-rw-r--r-- 161 bugprone-sizeof-expression.json
-rw-r--r-- 702 bugprone-string-constructor.cpp
-rw-r--r-- 393 bugprone-string-constructor.json
-rw-r--r-- 589 bugprone-string-integer-assignment.cpp
-rw-r--r-- 630 bugprone-string-integer-assignment.json
-rw-r--r-- 845 bugprone-suspicious-memset-usage.cpp
-rw-r--r-- 424 bugprone-suspicious-memset-usage.json
-rw-r--r-- 187 bugprone-suspicious-missing-comma.cpp
-rw-r--r-- 155 bugprone-suspicious-missing-comma.json
-rw-r--r-- 100 bugprone-suspicious-semicolon.cpp
-rw-r--r-- 132 bugprone-suspicious-semicolon.json
-rw-r--r-- 141 bugprone-suspicious-string-compare.cpp
-rw-r--r-- 168 bugprone-suspicious-string-compare.json
-rw-r--r-- 633 bugprone-swapped-arguments.cpp
-rw-r--r-- 860 bugprone-swapped-arguments.json
-rw-r--r-- 71 bugprone-switch-missing-default-case.cpp
-rw-r--r-- 179 bugprone-switch-missing-default-case.json
-rw-r--r-- 79 bugprone-too-small-loop-variable.cpp
-rw-r--r-- 178 bugprone-too-small-loop-variable.json
-rw-r--r-- 500 bugprone-unused-raii.cpp
-rw-r--r-- 168 bugprone-unused-raii.json
-rw-r--r-- 1013 bugprone-use-after-move.cpp
-rw-r--r-- 107 bugprone-use-after-move.json
-rw-r--r-- 83 clang-analyzer-core.CallAndMessage.cpp
-rw-r--r-- 185 clang-analyzer-core.CallAndMessage.json
-rw-r--r-- 54 clang-analyzer-core.DivideZero.cpp
-rw-r--r-- 101 clang-analyzer-core.DivideZero.json
-rw-r--r-- 91 clang-analyzer-core.NonNullParamChecker.cpp
-rw-r--r-- 166 clang-analyzer-core.NonNullParamChecker.json
-rw-r--r-- 77 clang-analyzer-core.NullDereference.cpp
-rw-r--r-- 198 clang-analyzer-core.NullDereference.json
-rw-r--r-- 42 clang-analyzer-core.UndefinedBinaryOperatorResult.cpp
-rw-r--r-- 164 clang-analyzer-core.UndefinedBinaryOperatorResult.json
-rw-r--r-- 35 clang-analyzer-core.uninitialized.Assign.cpp
-rw-r--r-- 226 clang-analyzer-core.uninitialized.Assign.json
-rw-r--r-- 52 clang-analyzer-core.uninitialized.Branch.cpp
-rw-r--r-- 158 clang-analyzer-core.uninitialized.Branch.json
-rw-r--r-- 133 clang-analyzer-cplusplus.Move.cpp
-rw-r--r-- 130 clang-analyzer-cplusplus.Move.json
-rw-r--r-- 1019 clang-analyzer-cplusplus.NewDelete.cpp
-rw-r--r-- 520 clang-analyzer-cplusplus.NewDelete.json
-rw-r--r-- 105 clang-analyzer-cplusplus.NewDeleteLeaks.cpp
-rw-r--r-- 154 clang-analyzer-cplusplus.NewDeleteLeaks.json
-rw-r--r-- 81 clang-analyzer-deadcode.DeadStores.cpp
-rw-r--r-- 138 clang-analyzer-deadcode.DeadStores.json
-rw-r--r-- 102 clang-analyzer-optin.performance.Padding.cpp
-rw-r--r-- 305 clang-analyzer-optin.performance.Padding.json
-rw-r--r-- 64 clang-analyzer-security.FloatLoopCounter.cpp
-rw-r--r-- 193 clang-analyzer-security.FloatLoopCounter.json
-rw-r--r-- 54 clang-analyzer-security.insecureAPI.UncheckedReturn.cpp
-rw-r--r-- 270 clang-analyzer-security.insecureAPI.UncheckedReturn.json
-rw-r--r-- 95 clang-analyzer-security.insecureAPI.bcmp.cpp
-rw-r--r-- 155 clang-analyzer-security.insecureAPI.bcmp.json
-rw-r--r-- 91 clang-analyzer-security.insecureAPI.bcopy.cpp
-rw-r--r-- 170 clang-analyzer-security.insecureAPI.bcopy.json
-rw-r--r-- 79 clang-analyzer-security.insecureAPI.bzero.cpp
-rw-r--r-- 157 clang-analyzer-security.insecureAPI.bzero.json
-rw-r--r-- 78 clang-analyzer-security.insecureAPI.getpw.cpp
-rw-r--r-- 215 clang-analyzer-security.insecureAPI.getpw.json
-rw-r--r-- 69 clang-analyzer-security.insecureAPI.gets.cpp
-rw-r--r-- 85 clang-analyzer-security.insecureAPI.gets.json
-rw-r--r-- 58 clang-analyzer-security.insecureAPI.mkstemp.cpp
-rw-r--r-- 207 clang-analyzer-security.insecureAPI.mkstemp.json
-rw-r--r-- 74 clang-analyzer-security.insecureAPI.mktemp.cpp
-rw-r--r-- 227 clang-analyzer-security.insecureAPI.mktemp.json
-rw-r--r-- 48 clang-analyzer-security.insecureAPI.rand.cpp
-rw-r--r-- 189 clang-analyzer-security.insecureAPI.rand.json
-rw-r--r-- 86 clang-analyzer-security.insecureAPI.strcpy.cpp
-rw-r--r-- 508 clang-analyzer-security.insecureAPI.strcpy.json
-rw-r--r-- 52 clang-analyzer-security.insecureAPI.vfork.cpp
-rw-r--r-- 290 clang-analyzer-security.insecureAPI.vfork.json
-rw-r--r-- 681 clang-analyzer-unix.Malloc.cpp
-rw-r--r-- 618 clang-analyzer-unix.Malloc.json
-rw-r--r-- 192 clang-analyzer-unix.cstring.BadSizeArg.cpp
-rw-r--r-- 211 clang-analyzer-unix.cstring.BadSizeArg.json
-rw-r--r-- 219 clang-analyzer-unix.cstring.NullArg.cpp
-rw-r--r-- 167 clang-analyzer-unix.cstring.NullArg.json
-rw-r--r-- 59 cppcoreguidelines-narrowing-conversions.cpp
-rw-r--r-- 153 cppcoreguidelines-narrowing-conversions.json
-rw-r--r-- 56 cppcoreguidelines-pro-type-member-init.cpp
-rw-r--r-- 141 cppcoreguidelines-pro-type-member-init.json
-rw-r--r-- 24 misc-include-cleaner.cpp
-rw-r--r-- 144 misc-include-cleaner.json
-rw-r--r-- 69 misc-non-copyable-objects.cpp
-rw-r--r-- 172 misc-non-copyable-objects.json
-rw-r--r-- 66 misc-redundant-expression.cpp
-rw-r--r-- 135 misc-redundant-expression.json
-rw-r--r-- 345 misc-unused-alias-decls.cpp
-rw-r--r-- 241 misc-unused-alias-decls.json
-rw-r--r-- 65 misc-unused-using-decls.cpp
-rw-r--r-- 102 misc-unused-using-decls.json
-rw-r--r-- 120 modernize-avoid-bind.cpp
-rw-r--r-- 105 modernize-avoid-bind.json
-rw-r--r-- 52 modernize-concat-nested-namespaces.cpp
-rw-r--r-- 142 modernize-concat-nested-namespaces.json
-rw-r--r-- 327 modernize-deprecated-ios-base-aliases.cpp
-rw-r--r-- 185 modernize-deprecated-ios-base-aliases.json
-rw-r--r-- 107 modernize-loop-convert.cpp
-rw-r--r-- 109 modernize-loop-convert.json
-rw-r--r-- 49 modernize-raw-string-literal.cpp
-rw-r--r-- 160 modernize-raw-string-literal.json
-rw-r--r-- 65 modernize-redundant-void-arg.cpp
-rw-r--r-- 109 modernize-redundant-void-arg.json
-rw-r--r-- 160 modernize-shrink-to-fit.cpp
-rw-r--r-- 332 modernize-shrink-to-fit.json
-rw-r--r-- 235 modernize-use-auto.cpp
-rw-r--r-- 81 modernize-use-auto.json
-rw-r--r-- 84 modernize-use-bool-literals.cpp
-rw-r--r-- 536 modernize-use-bool-literals.json
-rw-r--r-- 44 modernize-use-equals-default.cpp
-rw-r--r-- 267 modernize-use-equals-default.json
-rw-r--r-- 174 modernize-use-equals-delete.cpp
-rw-r--r-- 548 modernize-use-equals-delete.json
-rw-r--r-- 71 modernize-use-nullptr.cpp
-rw-r--r-- 81 modernize-use-nullptr.json
-rw-r--r-- 96 modernize-use-override.cpp
-rw-r--r-- 110 modernize-use-override.json
-rw-r--r-- 93 modernize-use-using.cpp
-rw-r--r-- 180 modernize-use-using.json
-rw-r--r-- 740 performance-avoid-endl.cpp
-rw-r--r-- 147 performance-avoid-endl.json
-rw-r--r-- 76 performance-faster-string-find.cpp
-rw-r--r-- 235 performance-faster-string-find.json
-rw-r--r-- 598 performance-for-range-copy.cpp
-rw-r--r-- 218 performance-for-range-copy.json
-rw-r--r-- 972 performance-implicit-conversion-in-loop.cpp
-rw-r--r-- 430 performance-implicit-conversion-in-loop.json
-rw-r--r-- 695 performance-inefficient-algorithm.cpp
-rw-r--r-- 170 performance-inefficient-algorithm.json
-rw-r--r-- 238 performance-inefficient-string-concatenation.cpp
-rw-r--r-- 249 performance-inefficient-string-concatenation.json
-rw-r--r-- 133 performance-inefficient-vector-operation.cpp
-rw-r--r-- 210 performance-inefficient-vector-operation.json
-rw-r--r-- 524 performance-move-const-arg.cpp
-rw-r--r-- 198 performance-move-const-arg.json
-rw-r--r-- 142 performance-move-constructor-init.cpp
-rw-r--r-- 173 performance-move-constructor-init.json
-rw-r--r-- 46 performance-noexcept-move-constructor.cpp
-rw-r--r-- 278 performance-noexcept-move-constructor.json
-rw-r--r-- 69 performance-type-promotion-in-math-fn.cpp
-rw-r--r-- 147 performance-type-promotion-in-math-fn.json
-rw-r--r-- 141 performance-unnecessary-copy-initialization.cpp
-rw-r--r-- 254 performance-unnecessary-copy-initialization.json
-rw-r--r-- 61 performance-unnecessary-value-param.cpp
-rw-r--r-- 205 performance-unnecessary-value-param.json
-rw-r--r-- 494 readability-braces-around-statements.cpp
-rw-r--r-- 248 readability-braces-around-statements.json
-rw-r--r-- 234 readability-const-return-type.cpp
-rw-r--r-- 232 readability-const-return-type.json
-rw-r--r-- 85 readability-container-size-empty.cpp
-rw-r--r-- 177 readability-container-size-empty.json
-rw-r--r-- 59 readability-delete-null-pointer.cpp
-rw-r--r-- 168 readability-delete-null-pointer.json
-rw-r--r-- 70 readability-else-after-return.cpp
-rw-r--r-- 132 readability-else-after-return.json
-rw-r--r-- 951 readability-implicit-bool-conversion.cpp
-rw-r--r-- 2251 readability-implicit-bool-conversion.json
-rw-r--r-- 53 readability-inconsistent-declaration-parameter-name.cpp
-rw-r--r-- 185 readability-inconsistent-declaration-parameter-name.json
-rw-r--r-- 230 readability-isolate-declaration.cpp
-rw-r--r-- 165 readability-isolate-declaration.json
-rw-r--r-- 88 readability-magic-numbers.cpp
-rw-r--r-- 171 readability-magic-numbers.json
-rw-r--r-- 174 readability-misleading-indentation.cpp
-rw-r--r-- 160 readability-misleading-indentation.json
-rw-r--r-- 78 readability-non-const-parameter.cpp
-rw-r--r-- 150 readability-non-const-parameter.json
-rw-r--r-- 82 readability-qualified-auto.cpp
-rw-r--r-- 152 readability-qualified-auto.json
-rw-r--r-- 47 readability-redundant-control-flow.cpp
-rw-r--r-- 180 readability-redundant-control-flow.json
-rw-r--r-- 105 readability-redundant-member-init.cpp
-rw-r--r-- 143 readability-redundant-member-init.json
-rw-r--r-- 86 readability-redundant-preprocessor.cpp
-rw-r--r-- 150 readability-redundant-preprocessor.json
-rw-r--r-- 265 readability-redundant-smartptr-get.cpp
-rw-r--r-- 142 readability-redundant-smartptr-get.json
-rw-r--r-- 113 readability-redundant-string-cstr.cpp
-rw-r--r-- 113 readability-redundant-string-cstr.json
-rw-r--r-- 61 readability-redundant-string-init.cpp
-rw-r--r-- 135 readability-redundant-string-init.json
-rw-r--r-- 40 readability-simplify-boolean-expr.cpp
-rw-r--r-- 158 readability-simplify-boolean-expr.json
-rw-r--r-- 137 readability-static-accessed-through-instance.cpp
-rw-r--r-- 154 readability-static-accessed-through-instance.json
-rw-r--r-- 87 readability-uniqueptr-delete-release.cpp
-rw-r--r-- 157 readability-uniqueptr-delete-release.json
-rw-r--r-- 2531 structures.h