mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
clang-tidy ignore clang-analyzer-cplusplus.NewDelete due to false positives
This commit is contained in:
@@ -9,6 +9,7 @@ Checks: '*
|
|||||||
,-clang-analyzer-core.UndefinedBinaryOperatorResult
|
,-clang-analyzer-core.UndefinedBinaryOperatorResult
|
||||||
,-clang-analyzer-core.uninitialized.Assign
|
,-clang-analyzer-core.uninitialized.Assign
|
||||||
,-clang-analyzer-core.VLASize
|
,-clang-analyzer-core.VLASize
|
||||||
|
,-clang-analyzer-cplusplus.NewDelete
|
||||||
,-clang-analyzer-cplusplus.NewDeleteLeaks
|
,-clang-analyzer-cplusplus.NewDeleteLeaks
|
||||||
,-clang-analyzer-deadcode.DeadStores
|
,-clang-analyzer-deadcode.DeadStores
|
||||||
,-clang-analyzer-optin.cplusplus.VirtualCall
|
,-clang-analyzer-optin.cplusplus.VirtualCall
|
||||||
|
|||||||
Reference in New Issue
Block a user