Skip to content

Commit ee849ab

Browse files
committed
disabled clang-tidy check performance-enum-size for now
1 parent 874c471 commit ee849ab

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Checks: >
4747
-modernize-use-auto,
4848
-modernize-use-trailing-return-type,
4949
-performance-avoid-endl,
50+
-performance-enum-size,
5051
-performance-inefficient-string-concatenation,
5152
-performance-no-automatic-move,
5253
-performance-noexcept-swap,

clang-tidy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
141141
`performance-noexcept-swap`<br/>
142142
`bugprone-switch-missing-default-case`<br/>
143143
`bugprone-empty-catch`<br/>
144+
`performance-enum-size`<br/>
144145

145146
To be evaluated (need to remove exclusion).
146147

0 commit comments

Comments
 (0)