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)
commite20b346d3b0179e859de447377e40fa4dd76509e
tree501af53d37bc0bd49fe454bceb83352f27771a06
parent1af6d47e252162556e2f3633695aaedc589df9cc
clang-tidy: remove performance-enum-size

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
This page took 0.024281 seconds and 4 git commands to generate.