2022-05-04 17:24:02 +00:00
|
|
|
Checks: '*,
|
|
|
|
-abseil-*,
|
|
|
|
|
|
|
|
-altera-*,
|
|
|
|
|
|
|
|
-android-*,
|
|
|
|
|
|
|
|
-bugprone-assert-side-effect,
|
|
|
|
-bugprone-branch-clone,
|
|
|
|
-bugprone-dynamic-static-initializers,
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
-bugprone-exception-escape,
|
|
|
|
-bugprone-forwarding-reference-overload,
|
|
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
2022-05-05 07:50:57 +00:00
|
|
|
-bugprone-lambda-function-name,
|
2022-05-04 17:24:02 +00:00
|
|
|
-bugprone-misplaced-widening-cast,
|
|
|
|
-bugprone-narrowing-conversions,
|
|
|
|
-bugprone-no-escape,
|
|
|
|
-bugprone-not-null-terminated-result,
|
|
|
|
-bugprone-signal-handler,
|
|
|
|
-bugprone-spuriously-wake-up-functions,
|
|
|
|
-bugprone-suspicious-semicolon,
|
|
|
|
-bugprone-unhandled-exception-at-new,
|
|
|
|
-bugprone-unhandled-self-assignment,
|
|
|
|
|
2022-05-05 07:50:57 +00:00
|
|
|
-cert-dcl16-c,
|
2022-05-04 17:24:02 +00:00
|
|
|
-cert-dcl37-c,
|
|
|
|
-cert-dcl51-cpp,
|
|
|
|
-cert-dcl58-cpp,
|
|
|
|
-cert-err58-cpp,
|
|
|
|
-cert-err60-cpp,
|
2022-05-05 07:50:57 +00:00
|
|
|
-cert-msc32-c,
|
2022-05-04 17:24:02 +00:00
|
|
|
-cert-msc51-cpp,
|
|
|
|
-cert-oop54-cpp,
|
|
|
|
-cert-oop57-cpp,
|
|
|
|
-cert-oop58-cpp,
|
|
|
|
|
|
|
|
-clang-analyzer-core.DynamicTypePropagation,
|
|
|
|
-clang-analyzer-core.uninitialized.CapturedBlockVariable,
|
|
|
|
|
2022-05-05 10:44:08 +00:00
|
|
|
-clang-analyzer-optin.performance.Padding,
|
2022-05-05 07:50:57 +00:00
|
|
|
-clang-analyzer-optin.portability.UnixAPI,
|
|
|
|
|
2022-05-04 17:24:02 +00:00
|
|
|
-clang-analyzer-security.insecureAPI.bzero,
|
|
|
|
-clang-analyzer-security.insecureAPI.strcpy,
|
|
|
|
|
|
|
|
-cppcoreguidelines-*,
|
|
|
|
|
|
|
|
-concurrency-mt-unsafe,
|
|
|
|
|
|
|
|
-darwin-*,
|
|
|
|
|
|
|
|
-fuchsia-*,
|
|
|
|
|
|
|
|
-google-build-using-namespace,
|
|
|
|
-google-global-names-in-headers,
|
|
|
|
-google-readability-braces-around-statements,
|
2022-05-16 10:03:26 +00:00
|
|
|
-google-readability-casting,
|
2022-05-05 07:50:57 +00:00
|
|
|
-google-readability-function-size,
|
2022-05-04 17:24:02 +00:00
|
|
|
-google-readability-namespace-comments,
|
|
|
|
-google-readability-todo,
|
|
|
|
-google-upgrade-googletest-case,
|
|
|
|
|
|
|
|
-hicpp-avoid-c-arrays,
|
|
|
|
-hicpp-avoid-goto,
|
|
|
|
-hicpp-braces-around-statements,
|
|
|
|
-hicpp-deprecated-headers,
|
2022-05-05 07:50:57 +00:00
|
|
|
-hicpp-explicit-conversions,
|
|
|
|
-hicpp-function-size,
|
|
|
|
-hicpp-invalid-access-moved,
|
2022-05-04 17:24:02 +00:00
|
|
|
-hicpp-member-init,
|
|
|
|
-hicpp-move-const-arg,
|
|
|
|
-hicpp-multiway-paths-covered,
|
|
|
|
-hicpp-named-parameter,
|
|
|
|
-hicpp-no-array-decay,
|
|
|
|
-hicpp-no-assembler,
|
|
|
|
-hicpp-no-malloc,
|
|
|
|
-hicpp-signed-bitwise,
|
|
|
|
-hicpp-special-member-functions,
|
|
|
|
-hicpp-uppercase-literal-suffix,
|
|
|
|
-hicpp-use-auto,
|
|
|
|
-hicpp-use-emplace,
|
2022-05-05 07:50:57 +00:00
|
|
|
-hicpp-use-equals-default,
|
2022-05-04 17:24:02 +00:00
|
|
|
-hicpp-use-noexcept,
|
2022-05-05 07:50:57 +00:00
|
|
|
-hicpp-use-override,
|
2022-05-04 17:24:02 +00:00
|
|
|
-hicpp-vararg,
|
|
|
|
|
|
|
|
-llvm-*,
|
|
|
|
|
|
|
|
-llvmlibc-*,
|
|
|
|
|
|
|
|
-openmp-*,
|
|
|
|
|
|
|
|
-misc-definitions-in-headers,
|
|
|
|
-misc-new-delete-overloads,
|
|
|
|
-misc-no-recursion,
|
|
|
|
-misc-non-copyable-objects,
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
-misc-static-assert,
|
|
|
|
|
|
|
|
-modernize-avoid-c-arrays,
|
|
|
|
-modernize-concat-nested-namespaces,
|
|
|
|
-modernize-deprecated-headers,
|
|
|
|
-modernize-deprecated-ios-base-aliases,
|
|
|
|
-modernize-pass-by-value,
|
|
|
|
-modernize-replace-auto-ptr,
|
|
|
|
-modernize-replace-disallow-copy-and-assign-macro,
|
|
|
|
-modernize-return-braced-init-list,
|
|
|
|
-modernize-unary-static-assert,
|
|
|
|
-modernize-use-auto,
|
|
|
|
-modernize-use-default-member-init,
|
|
|
|
-modernize-use-emplace,
|
2022-05-05 07:50:57 +00:00
|
|
|
-modernize-use-equals-default,
|
2022-05-04 17:24:02 +00:00
|
|
|
-modernize-use-nodiscard,
|
|
|
|
-modernize-use-noexcept,
|
|
|
|
-modernize-use-override,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
|
|
|
|
-performance-inefficient-string-concatenation,
|
|
|
|
-performance-no-int-to-ptr,
|
|
|
|
-performance-type-promotion-in-math-fn,
|
2022-05-05 07:50:57 +00:00
|
|
|
-performance-trivially-destructible,
|
2022-05-04 17:24:02 +00:00
|
|
|
-performance-unnecessary-value-param,
|
|
|
|
|
2022-05-05 10:44:08 +00:00
|
|
|
-portability-simd-intrinsics,
|
|
|
|
|
2022-05-05 07:50:57 +00:00
|
|
|
-readability-convert-member-functions-to-static,
|
2022-05-04 17:24:02 +00:00
|
|
|
-readability-braces-around-statements,
|
|
|
|
-readability-else-after-return,
|
|
|
|
-readability-function-cognitive-complexity,
|
|
|
|
-readability-function-size,
|
|
|
|
-readability-implicit-bool-conversion,
|
|
|
|
-readability-isolate-declaration,
|
|
|
|
-readability-magic-numbers,
|
|
|
|
-readability-misleading-indentation,
|
|
|
|
-readability-named-parameter,
|
2022-05-05 07:50:57 +00:00
|
|
|
-readability-qualified-auto,
|
2022-05-04 17:24:02 +00:00
|
|
|
-readability-redundant-declaration,
|
|
|
|
-readability-static-accessed-through-instance,
|
|
|
|
-readability-suspicious-call-argument,
|
|
|
|
-readability-uppercase-literal-suffix,
|
|
|
|
-readability-use-anyofallof,
|
|
|
|
|
|
|
|
-zirkon-*,
|
2020-03-18 00:57:00 +00:00
|
|
|
'
|
2022-05-04 17:24:02 +00:00
|
|
|
|
2020-03-08 20:17:49 +00:00
|
|
|
WarningsAsErrors: '*'
|
2020-03-23 02:12:31 +00:00
|
|
|
|
|
|
|
CheckOptions:
|
|
|
|
- key: readability-identifier-naming.ClassCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.EnumCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.LocalVariableCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.StaticConstantCase
|
|
|
|
value: aNy_CasE
|
|
|
|
- key: readability-identifier-naming.MemberCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.ProtectedMemberPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.PublicMemberCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.MethodCase
|
|
|
|
value: camelBack
|
|
|
|
- key: readability-identifier-naming.PrivateMethodPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.ProtectedMethodPrefix
|
|
|
|
value: ''
|
|
|
|
- key: readability-identifier-naming.ParameterPackCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.StructCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.TemplateTemplateParameterCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.TemplateUsingCase
|
|
|
|
value: lower_case
|
|
|
|
- key: readability-identifier-naming.TypeTemplateParameterCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.TypedefCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.UnionCase
|
|
|
|
value: CamelCase
|
|
|
|
- key: readability-identifier-naming.UsingCase
|
|
|
|
value: CamelCase
|
2021-09-06 09:16:52 +00:00
|
|
|
- key: modernize-loop-convert.UseCxx20ReverseRanges
|
|
|
|
value: false
|
2022-02-25 19:04:48 +00:00
|
|
|
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
|
|
|
value: false
|
2022-03-10 17:30:46 +00:00
|
|
|
# Workaround clang-tidy bug: https://github.com/llvm/llvm-project/issues/46097
|
|
|
|
- key: readability-identifier-naming.TypeTemplateParameterIgnoredRegexp
|
|
|
|
value: expr-type
|