Skip to content

Commit

Permalink
Merge pull request #91559 from YeldhamDev/clang_dtors_removal
Browse files Browse the repository at this point in the history
Remove "AnalyzeTemporaryDtors" from clang-tidy file
  • Loading branch information
akien-mga committed May 6, 2024
2 parents ecfcadb + 60f7a9a commit 0dafb5a
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 @@ -2,7 +2,6 @@
Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,cppcoreguidelines-pro-type-member-init,modernize-redundant-void-arg,modernize-use-bool-literals,modernize-use-default-member-init,modernize-use-nullptr,readability-braces-around-statements,readability-redundant-member-init'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:
- key: cert-dcl16-c.NewSuffixes
Expand Down

0 comments on commit 0dafb5a

Please sign in to comment.