1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-31 14:40:29 +08:00

clang-tidy broke the world

`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18,
and that renders the whole config invalid and completely ignored... ???
This commit is contained in:
Roman Lebedev 2024-03-17 02:09:57 +03:00
parent ad7c3ff18b
commit bfd1b91229
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0

View File

@ -2,6 +2,5 @@
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user