2016-10-28 06:31:35 -04:00
|
|
|
---
|
2018-05-01 11:50:25 -04:00
|
|
|
Checks: '
|
|
|
|
-*,
|
|
|
|
performance-*,
|
|
|
|
readability-*,
|
|
|
|
clang-analyzer-alpha.core*,
|
|
|
|
clang-analyzer-alpha.security*,
|
|
|
|
clang-analyzer-alpha.unix.cstring*,
|
|
|
|
clang-analyzer-core.uninitialized*,
|
|
|
|
clang-analyzer-cplusplus.*,
|
|
|
|
clang-analyzer-nullability*,
|
|
|
|
clang-analyzer-unix*,
|
|
|
|
cppcoreguidelines*,
|
|
|
|
modernize-use-*,
|
|
|
|
modernize-*,
|
|
|
|
-modernize-raw-string-literal,
|
|
|
|
-modernize-use-bool-literals,
|
2020-08-11 19:00:05 -04:00
|
|
|
-modernize-use-trailing-return-type,
|
2022-10-15 17:21:40 -04:00
|
|
|
-readability-identifier-length,
|
2018-05-01 11:50:25 -04:00
|
|
|
-readability-implicit-bool-cast,
|
|
|
|
-readability-else-after-return,
|
|
|
|
-readability-named-parameter,
|
|
|
|
-readability-implicit-bool-conversion,
|
|
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
|
|
|
-cppcoreguidelines-pro-type-union-access,
|
|
|
|
-cppcoreguidelines-pro-type-cstyle-cast,
|
2022-10-15 17:21:40 -04:00
|
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
-cppcoreguidelines-owning-memory,
|
2018-05-01 11:50:25 -04:00
|
|
|
'
|
|
|
|
|
2016-11-25 05:49:37 -05:00
|
|
|
CheckOptions:
|
2024-02-11 17:03:31 -05:00
|
|
|
cppcoreguidelines-avoid-do-while.IgnoreMacros: true
|
|
|
|
modernize-loop-convert.NamingStyle: lower_case
|
|
|
|
readability-identifier-naming.ClassCase: lower_case
|
|
|
|
readability-identifier-naming.ClassConstantCase: UPPER_CASE
|
|
|
|
readability-identifier-naming.ClassMethodCase: lower_case
|
|
|
|
readability-identifier-naming.MemberCase: lower_case
|
|
|
|
readability-identifier-naming.ProtectedMemberPrefix: 'm_'
|
|
|
|
readability-identifier-naming.PrivateMemberPrefix: 'm_'
|
2024-02-18 13:05:02 -05:00
|
|
|
readability-simplify-boolean-expr.SimplifyDeMorgan: false
|
2024-02-11 17:03:31 -05:00
|
|
|
|
2016-10-28 06:31:35 -04:00
|
|
|
HeaderFilterRegex: ''
|
2016-11-25 05:49:37 -05:00
|
|
|
WarningsAsErrors: ''
|
2016-10-28 06:31:35 -04:00
|
|
|
AnalyzeTemporaryDtors: false
|
|
|
|
...
|