Skip to content

Commit

Permalink
Drop removed clang-tidy option (#1810)
Browse files Browse the repository at this point in the history
The AnalyzeTemporaryDestructors option was deprecated in clang-tidy 16 and removed in 18.

See also: https://reviews.llvm.org/D156303
  • Loading branch information
bernhardmgruber committed Jun 6, 2024
1 parent d022a20 commit 86d802d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cub/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Checks:

WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:
- key: modernize-loop-convert.MaxCopySize
Expand Down

0 comments on commit 86d802d

Please sign in to comment.