mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
.clang-tidy: drop removed AnalyzeTemporaryDtors
Resolves the error below. This option was removed in clang 18. ``` .clang-tidy:4:1: error: unknown key 'AnalyzeTemporaryDtors' AnalyzeTemporaryDtors: false ```
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
Checks: 'bugprone-*,cert-*,clang-analyzer-*,readability-*'
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: ''
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: none
|
||||
Reference in New Issue
Block a user