From 80ae8b89a09b62fa187ad84ce61984b0dca31886 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 5 Jun 2024 18:18:56 +0200 Subject: [PATCH] Drop removed clang-tidy option The AnalyzeTemporaryDestructors option was deprecated in clang-tidy 16 and removed in 18. See also: https://reviews.llvm.org/D156303 --- cub/.clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/cub/.clang-tidy b/cub/.clang-tidy index d766d98b45e..5f457398056 100644 --- a/cub/.clang-tidy +++ b/cub/.clang-tidy @@ -11,7 +11,6 @@ Checks: WarningsAsErrors: '' HeaderFilterRegex: '' -AnalyzeTemporaryDtors: false FormatStyle: none CheckOptions: - key: modernize-loop-convert.MaxCopySize