diff --git a/.clang-tidy b/.clang-tidy index 5d5692a74b5..af1139a0fd1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -418,7 +418,7 @@ CheckOptions: - key: performance-unnecessary-copy-initialization.AllowedTypes value: "" - key: performance-unnecessary-value-param.AllowedTypes - value: ".*Ptr" + value: ".*Ptr;SharedFuture" - key: performance-unnecessary-value-param.IncludeStyle value: google - key: portability-simd-intrinsics.Std