Skip to content

Commit

Permalink
feat(clang-tidy): add SharedFuture in performance-unnecessary-value-p…
Browse files Browse the repository at this point in the history
…aram.AllowedTypes
  • Loading branch information
h-ohta committed Aug 15, 2022
1 parent 4493f09 commit cafc73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cafc73a

Please sign in to comment.