Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch off performance-enum-size clang-tidy check for now.
It warns on every enum if it is smaller than fitting into a uint32_t to use a smaller type. While it might be an interesting exercise at some point to look at these, right now, this is a somewhat noisy check.
- Loading branch information