We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
performance-enum-size
1 parent 874c471 commit ee849abCopy full SHA for ee849ab
2 files changed
.clang-tidy
@@ -47,6 +47,7 @@ Checks: >
47
-modernize-use-auto,
48
-modernize-use-trailing-return-type,
49
-performance-avoid-endl,
50
+ -performance-enum-size,
51
-performance-inefficient-string-concatenation,
52
-performance-no-automatic-move,
53
-performance-noexcept-swap,
clang-tidy.md
@@ -141,6 +141,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
141
`performance-noexcept-swap`<br/>
142
`bugprone-switch-missing-default-case`<br/>
143
`bugprone-empty-catch`<br/>
144
+`performance-enum-size`<br/>
145
146
To be evaluated (need to remove exclusion).
147
0 commit comments