Skip to content

Commit

Permalink
Disable modernize-use-designated-initializers.
Browse files Browse the repository at this point in the history
Given we are not on c++20, and it will be a while before we get there,
this warning is just noise.

Change-Id: I5b711b92a7382c393dc87e9b9bd704c75fbaabc1
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203894
Reviewed-by: Antonio Maiorano <[email protected]>
Auto-Submit: dan sinclair <[email protected]>
Commit-Queue: Antonio Maiorano <[email protected]>
  • Loading branch information
dj2 authored and Dawn LUCI CQ committed Aug 26, 2024
1 parent 996733c commit 9b7ad9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Checks: "-*,\
-modernize-use-auto,\
-modernize-use-bool-literals,\
-modernize-use-default-member-init,\
-modernize-use-designated-initializers,\
-modernize-use-emplace,\
-modernize-use-equals-default,\
-modernize-use-equals-delete,\
Expand Down

0 comments on commit 9b7ad9b

Please sign in to comment.