From 99b92438f06b50e8fc71515ce87fe513dd99a713 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Sun, 8 May 2022 11:54:45 +0200 Subject: [PATCH] Enable clang-tidy cert-oop58-cpp Official docs: Finds assignments to the copied object and its direct or indirect members in copy constructors and copy assignment operators. --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 4fbf36a22e9..87128317b61 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,7 +20,6 @@ Checks: '*, -cert-msc51-cpp, -cert-oop54-cpp, -cert-oop57-cpp, - -cert-oop58-cpp, -clang-analyzer-optin.performance.Padding, -clang-analyzer-optin.portability.UnixAPI,