|
| 1 | +Checks: > |
| 2 | + -*, |
| 3 | +
|
| 4 | + bugprone-lambda-function-name, |
| 5 | + bugprone-macro-parentheses, |
| 6 | + bugprone-macro-repeated-side-effects, |
| 7 | + bugprone-misplaced-widening-cast, |
| 8 | + bugprone-move-forwarding-reference, |
| 9 | + bugprone-multiple-statement-macro, |
| 10 | + bugprone-parent-virtual-call, |
| 11 | + bugprone-sizeof-container, |
| 12 | + bugprone-sizeof-expression, |
| 13 | + bugprone-string-integer-assignment, |
| 14 | + bugprone-string-literal-with-embedded-nul, |
| 15 | + bugprone-suspicious-memset-usage, |
| 16 | + bugprone-suspicious-missing-comma, |
| 17 | + bugprone-suspicious-semicolon, |
| 18 | + bugprone-suspicious-string-compare, |
| 19 | + bugprone-undelegated-constructor, |
| 20 | + bugprone-unused-raii, |
| 21 | + bugprone-unused-return-value, |
| 22 | + bugprone-assert-side-effect, |
| 23 | + bugprone-bool-pointer-implicit-conversion, |
| 24 | + bugprone-copy-constructor-init, |
| 25 | + bugprone-dangling-handle, |
| 26 | + bugprone-fold-init-type, |
| 27 | + bugprone-forward-declaration-namespace, |
| 28 | + bugprone-forward-reference-overload, |
| 29 | + bugprone-inaccurate-erase, |
| 30 | + bugprone-incorrect-roundings, |
| 31 | + bugprone-integer-division, |
| 32 | + bugprone-misplaced-operator-in-strlen-in-alloc, |
| 33 | + bugprone-string-constructor, |
| 34 | + bugprone-suspicious-enum-usage, |
| 35 | + bugprone-swapped-arguments, |
| 36 | + bugprone-terminating-continue, |
| 37 | + bugprone-throw-keyword-missing, |
| 38 | + bugprone-too-small-loop-variable, |
| 39 | + bugprone-undefined-memory-manipulation, |
| 40 | + bugprone-use-after-move, |
| 41 | + bugprone-unhandled-self-assignment, |
| 42 | +
|
| 43 | + hicpp-multiway-paths-covered, |
| 44 | +
|
| 45 | + clang-analyzer-core.builtin.NoRetmodernize-deprecated-headersurnFunctions, |
| 46 | + clang-analyzer-core.CallAndMessage, |
| 47 | + clang-analyzer-core.DivideZero, |
| 48 | + clang-analyzer-core.DynamicTypePropagation, |
| 49 | + clang-analyzer-core.NonnilStringConstants, |
| 50 | + clang-analyzer-core.NonNullParamChecker, |
| 51 | + clang-analyzer-core.NullDereference, |
| 52 | + clang-analyzer-core.StackAddressEscape, |
| 53 | + clang-analyzer-core.UndefinedBinaryOperatorResult, |
| 54 | + clang-analyzer-core.uninitialized.ArraySubscript, |
| 55 | + clang-analyzer-core.uninitializedmodernize-deprecated-headers.Assign, |
| 56 | + clang-analyzer-core.uninitialized.Branch, |
| 57 | + clang-analyzer-core.uninitialized.CapturedBlockVariable, |
| 58 | + clang-analyzer-core.uninitialized.UndefReturn, |
| 59 | + clang-analyzer-core.VLASize, |
| 60 | +
|
| 61 | + clang-analyzer-cplusplus.NewDelete, |
| 62 | + clang-analyzer-cplusplus.NewDeleteLeaks, |
| 63 | + clang-analyzer-cplusplus.SelfAssignment, |
| 64 | +
|
| 65 | + clang-analyzer-deadcode.DeadStores, |
| 66 | +
|
| 67 | + clang-analyzer-optin.cplusplus.VirtualCall, |
| 68 | + clang-analyzer-optin.performance.Padding, |
| 69 | +
|
| 70 | + clang-analyzer-security.FloatLoopCounter, |
| 71 | + clang-analyzer-security.insecureAmodernize-deprecated-headersPI.getpw, |
| 72 | + clang-analyzer-security.insecureAPI.gets, |
| 73 | + clang-analyzer-security.insecureAPI.mkstemp, |
| 74 | + clang-analyzer-security.insecureAPI.mktemp, |
| 75 | + clang-analyzer-security.insecureAPI.rand, |
| 76 | + clang-analyzer-security.insecureAPI.strcpy, |
| 77 | + clang-analyzer-security.insecuremodernize-deprecated-headersAPI.UncheckedReturn, |
| 78 | + clang-analyzer-security.insecureAPI.vfork, |
| 79 | +
|
| 80 | + clang-analyzer-unix.API, |
| 81 | + clang-analyzer-unix.cstring.BadSizeArg, |
| 82 | + clang-analyzer-unix.cstring.NullArg, |
| 83 | + clang-analyzer-unix.Malloc, |
| 84 | + clang-analyzer-unix.MallocSizeof, |
| 85 | + clang-analyzer-unix.MismatchedDeallocator, |
| 86 | + clang-analyzer-unix.StdCLibraryFunctions, |
| 87 | + clang-analyzer-unix.Vfork, |
| 88 | + clang-analyzer-valist.CopyToSelf, |
| 89 | + clang-analyzer-valist.Uninitialized, |
| 90 | + clang-analyzer-valist.Unterminated, |
| 91 | + clang-analyzer-nullability.NullablePassedToNonnull, |
| 92 | +
|
| 93 | + cert-dcl03-c, |
| 94 | + cert-dcl21-cpp, |
| 95 | + cert-dcl54-cpp, |
| 96 | + cert-dcl58-cpp, |
| 97 | + cert-err09-cpp, |
| 98 | + cert-err34-c, |
| 99 | + cert-err52-cpp, |
| 100 | + cert-err58-cpp, |
| 101 | + cert-err60-cpp, |
| 102 | + cert-fio38-c, |
| 103 | + cert-flp30-c, |
| 104 | + cert-oop11-cpp, |
| 105 | +
|
| 106 | + cppcoreguidelines-c-copy-assignment-signature, |
| 107 | + cppcoreguidelines-explicit-virtual-functions, |
| 108 | + cppcoreguidelines-interfaces-global-init, |
| 109 | + cppcoreguidelines-narrowing-conversions, |
| 110 | + cppcoreguidelines-pro-type-const-cast, |
| 111 | + cppcoreguidelines-pro-type-cstyle-cast, |
| 112 | + cppcoreguidelines-pro-type-member-init, |
| 113 | + cppcoreguidelines-pro-type-static-cast-downcast, |
| 114 | + cppcoreguidelines-slicing, |
| 115 | + cppcoreguidelines-pro-type-vararg, |
| 116 | + cppcoreguidelines-special-member-functions, |
| 117 | + cppcoreguidelines-avoid-goto, |
| 118 | + cppcoreguidelines-pro-type-reinterpret-cast, |
| 119 | +
|
| 120 | + google-default-arguments, |
| 121 | + google-explicit-constructor, |
| 122 | + google-global-names-in-headers, |
| 123 | + google-readability-casting, |
| 124 | + google-readability-todo, |
| 125 | + google-runtime-operator, |
| 126 | + google-runtime-int, |
| 127 | +
|
| 128 | + hicpp-exception-baseclass, |
| 129 | + hicpp-move-const-arg, |
| 130 | + hicpp-named-parameter, |
| 131 | + hicpp-no-assembler, |
| 132 | + hicpp-noexcept-move, |
| 133 | + hicpp-signed-bitwise, |
| 134 | + hicpp-use-nullptr, |
| 135 | +
|
| 136 | +
|
| 137 | + misc-definitions-in-headers, |
| 138 | + misc-misplaced-const, |
| 139 | + misc-redundant-expression, |
| 140 | + misc-unused-alias-decls, |
| 141 | + misc-unused-parameters, |
| 142 | + misc-unused-using-decls, |
| 143 | + misc-unconventional-assign-operator, |
| 144 | +
|
| 145 | +
|
| 146 | + readability-delete-null-pointer, |
| 147 | + readability-implicit-bool-conversion, |
| 148 | + readability-inconsistent-declaration-parameter-name, |
| 149 | + readability-redundant-non-const-parameter, |
| 150 | + readability-redundant-control-flow, |
| 151 | + readability-redundant-declaration, |
| 152 | + readability-redundant-function-ptr-dereference, |
| 153 | + readability-redundant-member-init, |
| 154 | + readability-redundant-smartptr-get, |
| 155 | + readability-redundant-string-cstr, |
| 156 | + readability-redundant-string-init, |
| 157 | + readability-simplify-subscript-expr, |
| 158 | + readability-static-accessed-through-instance, |
| 159 | + readability-static-definition-in-anonymous-namespace, |
| 160 | + readability-string-compare, |
| 161 | + readability-uniqueptr-delete-release, |
| 162 | + readability-uppercase-literal-suffix, |
| 163 | + readability-braces-around-statements, |
| 164 | + readability-non-const-parameter, |
| 165 | + readability-isolate-declaration, |
| 166 | +
|
| 167 | + modernize-loop-convert, |
| 168 | + modernize-use-using, |
| 169 | + modernize-use-nullptr, |
| 170 | + modernize-use-noexcept, |
| 171 | + modernize-deprecated-headers, |
| 172 | + modernize-avoid-c-arrays, |
| 173 | +
|
| 174 | + performance-move-const-arg |
| 175 | +
|
| 176 | +WarningsAsErrors: "" |
| 177 | +HeaderFilterRegex: "" |
| 178 | +AnalyzeTemporaryDtors: false |
| 179 | +FormatStyle: none |
0 commit comments