Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
EnumCastOutOfRange
warning in clang-tidy
config
The notion of "out of range" doesn't apply to many uses of `enum` in this codebase (e.g. those with bit flag values), so all this warning does is spam false positives.
- Loading branch information