mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
252831d7f0
Resolves the error below. This option was removed in clang 18. ``` .clang-tidy:4:1: error: unknown key 'AnalyzeTemporaryDtors' AnalyzeTemporaryDtors: false ```
4 lines
128 B
YAML
4 lines
128 B
YAML
Checks: 'bugprone-*,cert-*,clang-analyzer-*,readability-*'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: ''
|
|
FormatStyle: none |