Skip to content
Snippets Groups Projects
Commit de6a552b authored by Daniel Agar's avatar Daniel Agar Committed by Beat Küng
Browse files

clang-tidy ignore clang-analyzer-cplusplus.NewDelete due to false positives

parent dd4be8ae
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ Checks: '*
,-clang-analyzer-core.UndefinedBinaryOperatorResult
,-clang-analyzer-core.uninitialized.Assign
,-clang-analyzer-core.VLASize
,-clang-analyzer-cplusplus.NewDelete
,-clang-analyzer-cplusplus.NewDeleteLeaks
,-clang-analyzer-deadcode.DeadStores
,-clang-analyzer-optin.cplusplus.VirtualCall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment