You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
606 B
21 lines
606 B
Checks: > |
|
*, |
|
-*-else-after-return, |
|
-*-magic-numbers, |
|
-*-uppercase-literal-suffix, |
|
-bugprone-macro-parentheses, |
|
-bugprone-suspicious-include, |
|
-bugprone-suspicious-string-compare, |
|
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |
|
-clang-diagnostic-empty-translation-unit, |
|
-clang-diagnostic-unused-function, |
|
-clang-diagnostic-unused-macros, |
|
-hicpp-signed-bitwise, |
|
-llvm-header-guard, |
|
-llvmlibc-*, |
|
-misc-unused-parameters, |
|
-modernize-redundant-void-arg, |
|
-modernize-use-trailing-return-type, |
|
WarningsAsErrors: '*' |
|
HeaderFilterRegex: '.*' |
|
FormatStyle: file
|
|
|