Skip to content

Commit

Permalink
clang-tidy: Remove deprecated AnalyzeTemporaryDtors option
Browse files Browse the repository at this point in the history
Deprecated in clang-tidy 16, fully remove in clang-tidy 18.
  • Loading branch information
enginkuzu authored and kris-jusiak committed Jul 29, 2024
1 parent d3fbc36 commit b0f94e2
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
@@ -1,7 +1,6 @@
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,*,-llvm-namespace-comment,-llvm-include-order,-readability-named-parameter,-google-readability-namespace-comments,-google-build-using-namespace,-google-readability-namespace-comments'
HeaderFilterRegex: boost/di
AnalyzeTemporaryDtors: false
CheckOptions:
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
Expand Down

0 comments on commit b0f94e2

Please sign in to comment.