Enable ClangTidy 'undelegated constructor' warning.

Change-Id: I79dee7422f8a24fa0fffef33b131e96b5bf0d4ba
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/306728
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
John Stiles 2020-07-29 18:35:00 -04:00 committed by Skia Commit-Bot
parent 214de11183
commit 398c654ce7

View File

@ -1 +1 @@
Checks: '-*,bugprone-use-after-move,google-build-namespaces'
Checks: '-*,bugprone-use-after-move,bugprone-undelegated-constructor,google-build-namespaces'