Skip to content

Commit fa131a7

Browse files
authored
clang-tidy: remove AnalyzeTemporaryDtors key (#1778)
The `AnalyzeTemporaryDtors` was removed from clang-tidy since around ver 18. This PR removes the option to make clang-tidy not crash on our codebase. Reference: https://prereleases.llvm.org/16.0.0/rc3/tools/clang/tools/extra/docs/ReleaseNotes.html#improvements-to-clang-tidy Authors: - Artem M. Chirkin (https://github.com/achirkin) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1778
1 parent 6411798 commit fa131a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Checks: 'clang-diagnostic-*,clang-analyzer-*,modernize-*,-modernize-make-*,-modernize-raw-string-literal,google-*,-google-default-arguments,-clang-diagnostic-#pragma-messages,readability-identifier-naming,-*,modernize-*,-modernize-make-*,-modernize-raw-string-literal,google-*,-google-default-arguments,-clang-diagnostic-#pragma-messages,readability-identifier-naming'
55
WarningsAsErrors: ''
66
HeaderFilterRegex: ''
7-
AnalyzeTemporaryDtors: false
87
FormatStyle: none
98
User: snanditale
109
CheckOptions:

0 commit comments

Comments
 (0)