mirror of
https://github.com/google/benchmark.git
synced 2024-11-28 05:44:40 +00:00
06b4a07015
`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18, and that renders the whole config invalid and completely ignored... ???
7 lines
221 B
YAML
7 lines
221 B
YAML
---
|
|
Checks: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
|
WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
|
HeaderFilterRegex: '.*'
|
|
FormatStyle: none
|
|
User: user
|