2017-04-23 22:08:42 -03:00
|
|
|
Checks: '*
|
|
|
|
,-cert-dcl50-cpp
|
2018-08-06 10:38:10 -03:00
|
|
|
,-cert-env33-c
|
2017-04-23 22:08:42 -03:00
|
|
|
,-cert-err34-c
|
|
|
|
,-cert-err58-cpp
|
|
|
|
,-cert-msc30-c
|
|
|
|
,-cert-msc50-cpp
|
|
|
|
,-clang-analyzer-core.CallAndMessage
|
|
|
|
,-clang-analyzer-core.NullDereference
|
|
|
|
,-clang-analyzer-core.UndefinedBinaryOperatorResult
|
|
|
|
,-clang-analyzer-core.uninitialized.Assign
|
|
|
|
,-clang-analyzer-core.VLASize
|
2017-08-24 12:24:35 -03:00
|
|
|
,-clang-analyzer-cplusplus.NewDelete
|
2017-04-23 22:08:42 -03:00
|
|
|
,-clang-analyzer-cplusplus.NewDeleteLeaks
|
|
|
|
,-clang-analyzer-deadcode.DeadStores
|
|
|
|
,-clang-analyzer-optin.cplusplus.VirtualCall
|
|
|
|
,-clang-analyzer-optin.performance.Padding
|
|
|
|
,-clang-analyzer-security.insecureAPI.strcpy
|
2017-07-28 14:20:00 -03:00
|
|
|
,-clang-analyzer-unix.API
|
2017-04-23 22:08:42 -03:00
|
|
|
,-clang-analyzer-unix.cstring.BadSizeArg
|
|
|
|
,-clang-analyzer-unix.Malloc
|
2017-04-23 22:56:08 -03:00
|
|
|
,-clang-analyzer-unix.MallocSizeof
|
2017-04-23 22:08:42 -03:00
|
|
|
,-cppcoreguidelines-c-copy-assignment-signature
|
|
|
|
,-cppcoreguidelines-interfaces-global-init
|
|
|
|
,-cppcoreguidelines-no-malloc
|
|
|
|
,-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-union-access
|
|
|
|
,-cppcoreguidelines-pro-type-vararg
|
|
|
|
,-cppcoreguidelines-special-member-functions
|
|
|
|
,-google-build-using-namespace
|
|
|
|
,-google-explicit-constructor
|
|
|
|
,-google-global-names-in-headers
|
|
|
|
,-google-readability-casting
|
|
|
|
,-google-readability-namespace-comments
|
|
|
|
,-google-readability-todo
|
|
|
|
,-google-runtime-int
|
|
|
|
,-google-runtime-references
|
|
|
|
,-llvm-header-guard
|
|
|
|
,-llvm-include-order
|
|
|
|
,-llvm-namespace-comment
|
|
|
|
,-misc-incorrect-roundings
|
|
|
|
,-misc-macro-parentheses
|
|
|
|
,-misc-misplaced-widening-cast
|
|
|
|
,-misc-redundant-expression
|
|
|
|
,-misc-unconventional-assign-operator
|
|
|
|
,-misc-unused-parameters
|
|
|
|
,-modernize-deprecated-headers
|
|
|
|
,-modernize-loop-convert
|
|
|
|
,-modernize-use-auto
|
|
|
|
,-modernize-use-bool-literals
|
|
|
|
,-modernize-use-default-member-init
|
|
|
|
,-modernize-use-emplace
|
|
|
|
,-modernize-use-equals-default
|
|
|
|
,-modernize-use-equals-delete
|
|
|
|
,-modernize-use-override
|
|
|
|
,-modernize-use-using
|
2018-01-12 05:28:53 -04:00
|
|
|
,-modernize-pass-by-value
|
2017-04-23 22:56:08 -03:00
|
|
|
,-performance-inefficient-string-concatenation
|
2017-04-23 22:08:42 -03:00
|
|
|
,-readability-avoid-const-params-in-decls
|
|
|
|
,-readability-else-after-return
|
|
|
|
,-readability-implicit-bool-cast
|
|
|
|
,-readability-inconsistent-declaration-parameter-name
|
|
|
|
,-readability-non-const-parameter
|
|
|
|
,-readability-redundant-declaration
|
|
|
|
,-readability-redundant-member-init
|
|
|
|
,-readability-simplify-boolean-expr
|
2017-01-29 05:32:20 -04:00
|
|
|
'
|
2017-01-29 21:41:59 -04:00
|
|
|
WarningsAsErrors: '*'
|
2017-04-23 18:18:30 -03:00
|
|
|
CheckOptions:
|
2017-01-29 05:32:20 -04:00
|
|
|
- key: google-readability-braces-around-statements.ShortStatementLines
|
|
|
|
value: '1'
|
2017-01-30 23:05:54 -04:00
|
|
|
- key: google-readability-function-size.BranchThreshold
|
|
|
|
value: '600'
|
|
|
|
- key: google-readability-function-size.LineThreshold
|
2017-02-01 15:44:02 -04:00
|
|
|
value: '4000'
|
2017-01-29 05:32:20 -04:00
|
|
|
- key: google-readability-function-size.StatementThreshold
|
2017-02-01 15:42:39 -04:00
|
|
|
value: '4000'
|
2017-01-14 13:53:04 -04:00
|
|
|
- key: readability-braces-around-statements.ShortStatementLines
|
2017-01-08 22:55:24 -04:00
|
|
|
value: '1'
|
2017-01-29 21:41:59 -04:00
|
|
|
- key: readability-function-size.LineThreshold
|
2017-02-01 15:44:02 -04:00
|
|
|
value: '4000'
|
2017-01-29 21:41:59 -04:00
|
|
|
- key: readability-function-size.StatementThreshold
|
2017-04-23 22:56:08 -03:00
|
|
|
value: '4000'
|