Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. (#3048)

This option was deprecated in clang-tidy-16, and removed in clang-tidy-18.
pull/3066/head
shahar.valiano 1 year ago committed by GitHub
parent 73e2e02b42
commit 6766f873d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,6 @@ clang-analyzer-*,
WarningsAsErrors: ''
HeaderFilterRegex: '*spdlog/[^f].*'
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:

Loading…
Cancel
Save