2022-05-19 15:39:53 +00:00
|
|
|
# Enable all checks + disale selected checks. Feel free to remove disabled checks from below list if
|
|
|
|
# a) the new check is not controversial (this includes many checks in readability-* and google-*) or
|
|
|
|
# b) too noisy (checks with > 100 new warnings are considered noisy, this includes e.g. cppcoreguidelines-*).
|
2022-05-04 17:24:02 +00:00
|
|
|
Checks: '*,
|
|
|
|
-abseil-*,
|
|
|
|
|
|
|
|
-altera-*,
|
|
|
|
|
|
|
|
-android-*,
|
|
|
|
|
|
|
|
-bugprone-branch-clone,
|
|
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
-bugprone-exception-escape,
|
|
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
|
|
|
-bugprone-narrowing-conversions,
|
|
|
|
-bugprone-not-null-terminated-result,
|
|
|
|
|
2022-05-05 07:50:57 +00:00
|
|
|
-cert-dcl16-c,
|
2022-05-04 17:24:02 +00:00
|
|
|
-cert-err58-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,
|
|
|
|
|
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,
|
|
|
|
|
2022-05-16 15:44:19 +00:00
|
|
|
-cppcoreguidelines-avoid-c-arrays,
|
|
|
|
-cppcoreguidelines-avoid-goto,
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
|
|
-cppcoreguidelines-avoid-non-const-global-variables,
|
|
|
|
-cppcoreguidelines-explicit-virtual-functions,
|
|
|
|
-cppcoreguidelines-init-variables,
|
|
|
|
-cppcoreguidelines-interfaces-global-init,
|
|
|
|
-cppcoreguidelines-macro-usage,
|
|
|
|
-cppcoreguidelines-narrowing-conversions,
|
|
|
|
-cppcoreguidelines-no-malloc,
|
|
|
|
-cppcoreguidelines-non-private-member-variables-in-classes,
|
|
|
|
-cppcoreguidelines-owning-memory,
|
|
|
|
-cppcoreguidelines-prefer-member-initializer,
|
|
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
|
|
-cppcoreguidelines-pro-type-const-cast,
|
|
|
|
-cppcoreguidelines-pro-type-cstyle-cast,
|
|
|
|
-cppcoreguidelines-pro-type-member-init,
|
|
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
|
|
|
-cppcoreguidelines-pro-type-static-cast-downcast,
|
|
|
|
-cppcoreguidelines-pro-type-union-access,
|
|
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
|
|
-cppcoreguidelines-slicing,
|
|
|
|
-cppcoreguidelines-special-member-functions,
|
2022-05-04 17:24:02 +00:00
|
|
|
|
|
|
|
-concurrency-mt-unsafe,
|
|
|
|
|
|
|
|
-darwin-*,
|
|
|
|
|
|
|
|
-fuchsia-*,
|
|
|
|
|
|
|
|
-google-build-using-namespace,
|
|
|
|
-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,
|
2022-05-05 07:50:57 +00:00
|
|
|
-hicpp-explicit-conversions,
|
|
|
|
-hicpp-function-size,
|
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,
|
|
|
|
-hicpp-vararg,
|
|
|
|
|
2022-05-16 15:44:19 +00:00
|
|
|
-linuxkernel-*,
|
|
|
|
|
2022-05-04 17:24:02 +00:00
|
|
|
-llvm-*,
|
|
|
|
|
|
|
|
-llvmlibc-*,
|
|
|
|
|
|
|
|
-openmp-*,
|
|
|
|
|
|
|
|
-misc-no-recursion,
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
|
|
|
|
-modernize-avoid-c-arrays,
|
|
|
|
-modernize-concat-nested-namespaces,
|
|
|
|
-modernize-pass-by-value,
|
|
|
|
-modernize-return-braced-init-list,
|
|
|
|
-modernize-use-auto,
|
|
|
|
-modernize-use-default-member-init,
|
|
|
|
-modernize-use-emplace,
|
|
|
|
-modernize-use-nodiscard,
|
|
|
|
-modernize-use-override,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
|
|
|
|
-performance-inefficient-string-concatenation,
|
|
|
|
-performance-no-int-to-ptr,
|
|
|
|
-performance-unnecessary-value-param,
|
|
|
|
|
2022-05-05 10:44:08 +00:00
|
|
|
-portability-simd-intrinsics,
|
|
|
|
|
2022-05-04 17:24:02 +00:00
|
|
|
-readability-braces-around-statements,
|
|
|
|
-readability-else-after-return,
|
|
|
|
-readability-function-cognitive-complexity,
|
|
|
|
-readability-function-size,
|
2022-05-16 14:20:23 +00:00
|
|
|
-readability-identifier-length,
|
2022-05-04 17:24:02 +00:00
|
|
|
-readability-implicit-bool-conversion,
|
|
|
|
-readability-isolate-declaration,
|
|
|
|
-readability-magic-numbers,
|
|
|
|
-readability-named-parameter,
|
|
|
|
-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-06-07 11:53:10 +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
|