|
1 | 1 | # Generated from CLion Inspection settings |
2 | 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-parent-virtual-call, |
27 | | -bugprone-posix-return, |
28 | | -bugprone-reserved-identifier, |
29 | | -bugprone-sizeof-container, |
30 | | -bugprone-sizeof-expression, |
31 | | -bugprone-spuriously-wake-up-functions, |
32 | | -bugprone-string-constructor, |
33 | | -bugprone-string-integer-assignment, |
34 | | -bugprone-string-literal-with-embedded-nul, |
35 | | -bugprone-suspicious-enum-usage, |
36 | | -bugprone-suspicious-include, |
37 | | -bugprone-suspicious-memset-usage, |
38 | | -bugprone-suspicious-missing-comma, |
39 | | -bugprone-suspicious-semicolon, |
40 | | -bugprone-suspicious-string-compare, |
41 | | -bugprone-suspicious-memory-comparison, |
42 | | -bugprone-suspicious-realloc-usage, |
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-avoid-shadowing, |
64 | | -cppcoreguidelines-interfaces-global-init, |
65 | | -cppcoreguidelines-pro-type-member-init, |
66 | | -cppcoreguidelines-pro-type-static-cast-downcast, |
67 | | -cppcoreguidelines-slicing, |
68 | | -google-default-arguments, |
69 | | -google-explicit-constructor, |
70 | | -google-runtime-operator, |
71 | | -hicpp-exception-baseclass, |
72 | | -hicpp-multiway-paths-covered, |
73 | | -misc-misplaced-const, |
74 | | -misc-new-delete-overloads, |
75 | | -misc-no-recursion, |
76 | | -misc-non-copyable-objects, |
77 | | -misc-throw-by-value-catch-by-reference, |
78 | | -misc-unconventional-assign-operator, |
79 | | -misc-uniqueptr-reset-release, |
80 | | -modernize-avoid-bind, |
81 | | -modernize-concat-nested-namespaces, |
82 | | -modernize-deprecated-headers, |
83 | | -modernize-deprecated-ios-base-aliases, |
84 | | -modernize-loop-convert, |
85 | | -modernize-make-shared, |
86 | | -modernize-make-unique, |
87 | | -modernize-pass-by-value, |
88 | | -modernize-raw-string-literal, |
89 | | -modernize-redundant-void-arg, |
90 | | -modernize-replace-auto-ptr, |
91 | | -modernize-replace-disallow-copy-and-assign-macro, |
92 | | -modernize-replace-random-shuffle, |
93 | | -modernize-return-braced-init-list, |
94 | | -modernize-shrink-to-fit, |
95 | | -modernize-unary-static-assert, |
96 | | -modernize-use-auto, |
97 | | -modernize-use-bool-literals, |
98 | | -modernize-use-emplace, |
99 | | -modernize-use-equals-default, |
100 | | -modernize-use-equals-delete, |
101 | | -modernize-use-nodiscard, |
102 | | -modernize-use-noexcept, |
103 | | -modernize-use-nullptr, |
104 | | -modernize-use-override, |
105 | | -modernize-use-transparent-functors, |
106 | | -modernize-use-uncaught-exceptions, |
107 | | -mpi-buffer-deref, |
108 | | -mpi-type-mismatch, |
109 | | -openmp-use-default-none, |
110 | | -performance-faster-string-find, |
111 | | -performance-for-range-copy, |
112 | | -performance-implicit-conversion-in-loop, |
113 | | -performance-inefficient-algorithm, |
114 | | -performance-inefficient-string-concatenation, |
115 | | -performance-inefficient-vector-operation, |
116 | | -performance-move-const-arg, |
117 | | -performance-move-constructor-init, |
118 | | -performance-no-automatic-move, |
119 | | -performance-noexcept-move-constructor, |
120 | | -performance-trivially-destructible, |
121 | | -performance-type-promotion-in-math-fn, |
122 | | -performance-unnecessary-copy-initialization, |
123 | | -performance-unnecessary-value-param, |
124 | | -portability-simd-intrinsics, |
125 | | -readability-avoid-const-params-in-decls, |
126 | | -readability-braces-around-statements, |
127 | | -readability-const-return-type, |
128 | | -readability-container-size-empty, |
129 | | -readability-convert-member-functions-to-static, |
130 | | -readability-delete-null-pointer, |
131 | | -readability-deleted-default, |
132 | | -readability-inconsistent-declaration-parameter-name, |
133 | | -#readability-magic-numbers, |
134 | | -readability-make-member-function-const, |
135 | | -#readability-math-missing-parentheses, |
136 | | -readability-misleading-indentation, |
137 | | -readability-misplaced-array-index, |
138 | | -readability-redundant-control-flow, |
139 | | -readability-redundant-declaration, |
140 | | -readability-redundant-function-ptr-dereference, |
141 | | -readability-redundant-smartptr-get, |
142 | | -readability-redundant-string-cstr, |
143 | | -readability-redundant-string-init, |
144 | | -readability-simplify-subscript-expr, |
145 | | -readability-static-accessed-through-instance, |
146 | | -readability-static-definition-in-anonymous-namespace, |
147 | | -readability-string-compare, |
148 | | -readability-uniqueptr-delete-release, |
149 | | -readability-use-anyofallof' |
| 3 | +Checks: ' |
| 4 | +-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |
| 5 | +-clang-analyzer-unix.Errno, |
| 6 | +-clang-analyzer-security.insecureAPI.rand' |
150 | 7 | WarningsAsErrors: '*' |
0 commit comments