Skip to content

Commit

Permalink
remove deprecated AnalyzeTemporaryDtors
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed May 6, 2024
1 parent 417d92c commit d812d78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ CheckOptions:
value: '99'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: file
...
1 change: 0 additions & 1 deletion tests/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ Checks: >-
-cppcoreguidelines-owning-memory,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*\.hpp'
AnalyzeTemporaryDtors: false
FormatStyle: file
...

0 comments on commit d812d78

Please sign in to comment.