mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
clang-tidy ignore mathlib assignment signatures for now
This commit is contained in:
@@ -61,7 +61,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
||||
clang-analyzer-unix.Vfork,
|
||||
## evaluate # clang-analyzer-unix.cstring.BadSizeArg,
|
||||
## evaluate # clang-analyzer-unix.cstring.NullArg,
|
||||
cppcoreguidelines-c-copy-assignment-signature,
|
||||
## TODO: fix mathlib and enable # cppcoreguidelines-c-copy-assignment-signature,
|
||||
#cppcoreguidelines-interfaces-global-init,
|
||||
#cppcoreguidelines-no-malloc,
|
||||
#cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
||||
@@ -131,7 +131,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,
|
||||
misc-suspicious-string-compare,
|
||||
misc-swapped-arguments,
|
||||
misc-throw-by-value-catch-by-reference,
|
||||
misc-unconventional-assign-operator,
|
||||
## TODO: fix mathlib and enable # misc-unconventional-assign-operator,
|
||||
misc-undelegated-constructor,
|
||||
misc-uniqueptr-reset-release,
|
||||
misc-unused-alias-decls,
|
||||
|
||||
Reference in New Issue
Block a user