From a6440acf762cb5179945b0e3b35d2dd80188b44e Mon Sep 17 00:00:00 2001 From: Roelof Date: Mon, 8 Jan 2024 10:07:34 +0100 Subject: [PATCH] Remove deprecated AnalyzeTemporaryDtors See https://github.com/llvm/llvm-project/issues/62020 --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 44dbb845..a4ab02f3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -72,7 +72,6 @@ WarningsAsErrors: > -readability-suspicious-call-argument, -readability-function-size HeaderFilterRegex: '.*' -AnalyzeTemporaryDtors: false FormatStyle: none CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal