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 7517dd6 commit e5606ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ build-avr/

# Pycache
__pycache__/

# OS stuff
.DS_Store
*.bak
1 change: 0 additions & 1 deletion libcanard/.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 @@ -39,6 +39,5 @@ Checks: >-
-modernize-macro-to-enum,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*\.hpp'
AnalyzeTemporaryDtors: false
FormatStyle: file
...

0 comments on commit e5606ec

Please sign in to comment.