Skip to content

Commit

Permalink
Clang-Tidy: Remove AnalyzeTemporaryDtors
Browse files Browse the repository at this point in the history
Deprecated in clang-tidy 16 and removed in clang-tidy 18.
  • Loading branch information
chennes authored and yorikvanhavre committed Dec 23, 2024
1 parent 9cd919d commit 98fbe71
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 @@ -8,7 +8,6 @@ concurrency-*,-modernize-use-trailing-return-type, -modernize-use-nodiscard,-rea
-cppcoreguidelines-pro-type-static-cast-downcast'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: file
User: florians
CheckOptions:
Expand Down

0 comments on commit 98fbe71

Please sign in to comment.