From 5440e575c52c161fa8185899e97da1fc5c225d6c Mon Sep 17 00:00:00 2001 From: Roelof Date: Tue, 9 Jan 2024 09:25:29 +0100 Subject: [PATCH] Remove deprecated AnalyzeTemporaryDtors (attempt 2) See llvm/llvm-project#62020 and https://stackoverflow.com/questions/63920634/what-is-the-meaning-of-the-analyzetemporarydtors-option-in-clang-tidy --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index b4b6d82049f..830da525463 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -70,7 +70,6 @@ WarningsAsErrors: > -readability-identifier-length, -readability-suspicious-call-argument HeaderFilterRegex: '.*' -AnalyzeTemporaryDtors: false FormatStyle: none CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal