|
| 1 | +# Generated from CLion Inspection settings |
| 2 | +--- |
| 3 | +Checks: '-*, |
| 4 | +bugprone-argument-comment, |
| 5 | +bugprone-assert-side-effect, |
| 6 | +bugprone-bad-signal-to-kill-thread, |
| 7 | +bugprone-branch-clone, |
| 8 | +bugprone-copy-constructor-init, |
| 9 | +bugprone-dangling-handle, |
| 10 | +bugprone-dynamic-static-initializers, |
| 11 | +bugprone-fold-init-type, |
| 12 | +bugprone-forward-declaration-namespace, |
| 13 | +bugprone-forwarding-reference-overload, |
| 14 | +bugprone-inaccurate-erase, |
| 15 | +bugprone-incorrect-roundings, |
| 16 | +bugprone-integer-division, |
| 17 | +bugprone-lambda-function-name, |
| 18 | +bugprone-macro-parentheses, |
| 19 | +bugprone-macro-repeated-side-effects, |
| 20 | +bugprone-misplaced-operator-in-strlen-in-alloc, |
| 21 | +bugprone-misplaced-pointer-arithmetic-in-alloc, |
| 22 | +bugprone-misplaced-widening-cast, |
| 23 | +bugprone-move-forwarding-reference, |
| 24 | +bugprone-multiple-statement-macro, |
| 25 | +bugprone-no-escape, |
| 26 | +bugprone-not-null-terminated-result, |
| 27 | +bugprone-parent-virtual-call, |
| 28 | +bugprone-posix-return, |
| 29 | +bugprone-reserved-identifier, |
| 30 | +bugprone-sizeof-container, |
| 31 | +bugprone-sizeof-expression, |
| 32 | +bugprone-spuriously-wake-up-functions, |
| 33 | +bugprone-string-constructor, |
| 34 | +bugprone-string-integer-assignment, |
| 35 | +bugprone-string-literal-with-embedded-nul, |
| 36 | +bugprone-suspicious-enum-usage, |
| 37 | +bugprone-suspicious-include, |
| 38 | +bugprone-suspicious-memory-comparison, |
| 39 | +bugprone-suspicious-memset-usage, |
| 40 | +bugprone-suspicious-missing-comma, |
| 41 | +bugprone-suspicious-semicolon, |
| 42 | +bugprone-suspicious-string-compare, |
| 43 | +bugprone-swapped-arguments, |
| 44 | +bugprone-terminating-continue, |
| 45 | +bugprone-throw-keyword-missing, |
| 46 | +bugprone-too-small-loop-variable, |
| 47 | +bugprone-undefined-memory-manipulation, |
| 48 | +bugprone-undelegated-constructor, |
| 49 | +bugprone-unhandled-self-assignment, |
| 50 | +bugprone-unused-raii, |
| 51 | +bugprone-unused-return-value, |
| 52 | +bugprone-use-after-move, |
| 53 | +bugprone-virtual-near-miss, |
| 54 | +cert-dcl21-cpp, |
| 55 | +cert-dcl58-cpp, |
| 56 | +cert-err34-c, |
| 57 | +cert-err52-cpp, |
| 58 | +cert-err60-cpp, |
| 59 | +cert-flp30-c, |
| 60 | +cert-msc50-cpp, |
| 61 | +cert-msc51-cpp, |
| 62 | +cert-str34-c, |
| 63 | +cppcoreguidelines-interfaces-global-init, |
| 64 | +cppcoreguidelines-narrowing-conversions, |
| 65 | +cppcoreguidelines-pro-type-member-init, |
| 66 | +cppcoreguidelines-slicing, |
| 67 | +google-default-arguments, |
| 68 | +google-explicit-constructor, |
| 69 | +google-runtime-operator, |
| 70 | +hicpp-exception-baseclass, |
| 71 | +hicpp-multiway-paths-covered, |
| 72 | +misc-misplaced-const, |
| 73 | +misc-new-delete-overloads, |
| 74 | +misc-non-copyable-objects, |
| 75 | +misc-throw-by-value-catch-by-reference, |
| 76 | +misc-unconventional-assign-operator, |
| 77 | +misc-uniqueptr-reset-release, |
| 78 | +modernize-avoid-bind, |
| 79 | +modernize-concat-nested-namespaces, |
| 80 | +modernize-deprecated-headers, |
| 81 | +modernize-deprecated-ios-base-aliases, |
| 82 | +modernize-loop-convert, |
| 83 | +modernize-make-shared, |
| 84 | +modernize-make-unique, |
| 85 | +modernize-pass-by-value, |
| 86 | +modernize-raw-string-literal, |
| 87 | +modernize-redundant-void-arg, |
| 88 | +modernize-replace-auto-ptr, |
| 89 | +modernize-replace-disallow-copy-and-assign-macro, |
| 90 | +modernize-replace-random-shuffle, |
| 91 | +modernize-return-braced-init-list, |
| 92 | +modernize-shrink-to-fit, |
| 93 | +modernize-unary-static-assert, |
| 94 | +modernize-use-auto, |
| 95 | +modernize-use-bool-literals, |
| 96 | +modernize-use-emplace, |
| 97 | +modernize-use-equals-default, |
| 98 | +modernize-use-equals-delete, |
| 99 | +modernize-use-nodiscard, |
| 100 | +modernize-use-noexcept, |
| 101 | +modernize-use-nullptr, |
| 102 | +modernize-use-override, |
| 103 | +modernize-use-transparent-functors, |
| 104 | +modernize-use-uncaught-exceptions, |
| 105 | +mpi-buffer-deref, |
| 106 | +mpi-type-mismatch, |
| 107 | +openmp-use-default-none, |
| 108 | +performance-faster-string-find, |
| 109 | +performance-for-range-copy, |
| 110 | +performance-implicit-conversion-in-loop, |
| 111 | +performance-inefficient-algorithm, |
| 112 | +performance-inefficient-string-concatenation, |
| 113 | +performance-inefficient-vector-operation, |
| 114 | +performance-move-const-arg, |
| 115 | +performance-move-constructor-init, |
| 116 | +performance-no-automatic-move, |
| 117 | +performance-noexcept-move-constructor, |
| 118 | +performance-trivially-destructible, |
| 119 | +performance-type-promotion-in-math-fn, |
| 120 | +performance-unnecessary-copy-initialization, |
| 121 | +performance-unnecessary-value-param, |
| 122 | +portability-simd-intrinsics, |
| 123 | +readability-avoid-const-params-in-decls, |
| 124 | +readability-const-return-type, |
| 125 | +readability-container-size-empty, |
| 126 | +readability-convert-member-functions-to-static, |
| 127 | +readability-delete-null-pointer, |
| 128 | +readability-deleted-default, |
| 129 | +readability-inconsistent-declaration-parameter-name, |
| 130 | +readability-make-member-function-const, |
| 131 | +readability-misleading-indentation, |
| 132 | +readability-misplaced-array-index, |
| 133 | +readability-non-const-parameter, |
| 134 | +readability-redundant-control-flow, |
| 135 | +readability-redundant-declaration, |
| 136 | +readability-redundant-function-ptr-dereference, |
| 137 | +readability-redundant-smartptr-get, |
| 138 | +readability-redundant-string-cstr, |
| 139 | +readability-redundant-string-init, |
| 140 | +readability-simplify-subscript-expr, |
| 141 | +readability-static-accessed-through-instance, |
| 142 | +readability-static-definition-in-anonymous-namespace, |
| 143 | +readability-string-compare, |
| 144 | +readability-uniqueptr-delete-release, |
| 145 | +readability-use-anyofallof' |
0 commit comments