1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-29 13:30:38 +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-18 14:01:25 +03:00 committed by GitHub
parent ad7c3ff18b
commit 06b4a07015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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