clang-tidy: remove performance-enum-size
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 24 Jul 2024 15:15:22 +0000 (15:15 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
Specifying the size of enumerators is verbose and provides dubious
performance benefits for most of our uses. Silence the warning.

Change-Id: I2dd482437f649f031b5b425d8952360bbe8ceae0
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.clang-tidy

index d2a18789e9580a9e0106d5007ada189118171db8..ec26f8791ddfe7fe3b6213836c35c2632c5bdaa4 100644 (file)
@@ -91,6 +91,7 @@ Checks:          '-*,
                   modernize-use-using,
                   performance-*,
                   -performance-no-int-to-ptr,
+                  -performance-enum-size,
                   readability-redundant-member-init,
                   readability-simplify-boolean-expr,
                   readability-static-definition-in-anonymous-namespace'
This page took 0.025915 seconds and 4 git commands to generate.