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... ???
This commit is contained in:
Roman Lebedev 2024-03-18 14:01:25 +03:00 committed by GitHub
parent ad7c3ff18b
commit 06b4a07015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,5 @@
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*' Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*' WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
HeaderFilterRegex: '.*' HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: none FormatStyle: none
User: user User: user