Skip to content

Commit 86d802d

Browse files
Drop removed clang-tidy option (#1810)
The AnalyzeTemporaryDestructors option was deprecated in clang-tidy 16 and removed in 18. See also: https://reviews.llvm.org/D156303
1 parent d022a20 commit 86d802d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cub/.clang-tidy

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Checks:
1111

1212
WarningsAsErrors: ''
1313
HeaderFilterRegex: ''
14-
AnalyzeTemporaryDtors: false
1514
FormatStyle: none
1615
CheckOptions:
1716
- key: modernize-loop-convert.MaxCopySize

0 commit comments

Comments
 (0)