Skip to content

Commit

Permalink
Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. (#3048)
Browse files Browse the repository at this point in the history
This option was deprecated in clang-tidy-16, and removed in clang-tidy-18.
  • Loading branch information
shaharv committed Mar 23, 2024
1 parent 73e2e02 commit 6766f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ clang-analyzer-*,

WarningsAsErrors: ''
HeaderFilterRegex: '*spdlog/[^f].*'
AnalyzeTemporaryDtors: false
FormatStyle: none

CheckOptions:
Expand Down

0 comments on commit 6766f87

Please sign in to comment.