From be6a54931137bce1b5a99f2c416a17c629d50bc9 Mon Sep 17 00:00:00 2001 From: iknoom Date: Thu, 25 Sep 2025 20:44:16 +0900 Subject: [PATCH] src: remove `AnalyzeTemporaryDtors` option from .clang-tidy --- src/.clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index 9cb5edbe5bee8a..91aabe9a158575 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -22,7 +22,6 @@ Checks: '-*, readability-delete-null-pointer, ' WarningsAsErrors: '' HeaderFilterRegex: '' -AnalyzeTemporaryDtors: false FormatStyle: none User: nodejs/cpp CheckOptions: