SERVER-90608: Enable tidy check misc-new-delete-overloads (#22296)

GitOrigin-RevId: c8cee933ace36a64d48fd8ecf4c7c4476945f864
This commit is contained in:
Stephanie 2024-05-17 17:48:21 -04:00 committed by MongoDB Bot
parent 410f7aca48
commit 25cc396e42

View File

@ -31,6 +31,7 @@ Checks: '-*,
clang-diagnostic-*,
hicpp-static-assert,
hicpp-undelegated-constructor,
misc-new-delete-overloads,
misc-static-assert,
misc-unconventional-assign-operator,
misc-uniqueptr-reset-release,