Skip to content

Commit afa3728

Browse files
committed
fix: remove deprecated clang-tidy config option
The option `AnalyzeTemporaryDtors` has been deprecated since `clang-tidy` version 16 and was removed in version 18. As a result, this config option will throw errors with newer versions of these tools while not providing any practical benefit. Change-Id: I096407f9dc41e4564a4fc89f5a9f39a834b5e20a Signed-off-by: Siddhartha Menon <siddhartha.menon@arm.com>
1 parent f08200f commit afa3728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Checks: 'clang-diagnostic-*,*,-llvm-include-order,clang-analyzer-*,-abseil-*,-fuchsia-*,-bugprone-*,-hicpp-*,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-cppcoreguidelines-pro-bounds-constant-array-index,-cert-err58-cpp,-cppcoreguidelines-pro-type-reinterpret-cast,-google-runtime-references,-google-build-using-namespace,-readability-redundant-member-init,-readability-redundant-declaration,-readability-else-after-return,-performance-type-promotion-in-math-fn,-cert-err60-cpp,-cppcoreguidelines-narrowing-conversions,-readability-magic-numbers,-cppcoreguidelines-avoid-magic-numbers,-readability-named-parameter,-readability-implicit-bool-conversion,-readability-uppercase-literal-suffix,-clang-analyzer-optin.cplusplus.VirtualCall,-cppcoreguidelines-macro-usage'
33
WarningsAsErrors: ''
44
HeaderFilterRegex: ''
5-
AnalyzeTemporaryDtors: false
65
CheckOptions:
76
- key: cert-dcl16-c.IgnoreMacros
87
value: '1'

0 commit comments

Comments
 (0)