Skip to content

Commit 06b4a07

Browse files
authored
clang-tidy broke the world (#1766)
`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18, and that renders the whole config invalid and completely ignored... ???
1 parent ad7c3ff commit 06b4a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-tidy

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
33
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
44
HeaderFilterRegex: '.*'
5-
AnalyzeTemporaryDtors: false
65
FormatStyle: none
76
User: user

0 commit comments

Comments
 (0)