Skip to content

Commit

Permalink
clang-tidy broke the world
Browse files Browse the repository at this point in the history
`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18,
and that renders the whole config invalid and completely ignored... ???
  • Loading branch information
LebedevRI committed Mar 16, 2024
1 parent ad7c3ff commit bfd1b91
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,6 +2,5 @@
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user

0 comments on commit bfd1b91

Please sign in to comment.