mirror of
https://github.com/google/benchmark.git
synced 2024-12-25 20:10:13 +08:00
clang-tidy broke the world (#1766)
`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:
parent
ad7c3ff18b
commit
06b4a07015
@ -2,6 +2,5 @@
|
|||||||
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
||||||
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
||||||
HeaderFilterRegex: '.*'
|
HeaderFilterRegex: '.*'
|
||||||
AnalyzeTemporaryDtors: false
|
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
User: user
|
User: user
|
||||||
|
Loading…
Reference in New Issue
Block a user