Skip to content

Commit a6279bb

Browse files
committed
build: remove deprecated AnalyzeTemporaryDtors option for LLVM 19+ compatibility
1 parent 18b1df2 commit a6279bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.clang-tidy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ WarningsAsErrors: false
9090
# Header filter to include project headers
9191
HeaderFilterRegex: '(Core|Generals|GeneralsMD|Dependencies)/.*\.(h|hpp)$'
9292

93-
# Analysis options
94-
AnalyzeTemporaryDtors: false
95-
9693
# Check options for specific rules
9794
CheckOptions:
9895
# Naming conventions - adapted for the existing codebase style

0 commit comments

Comments
 (0)