Context: #7409
I suspect there are many enums that are intended to be [Flags] but are missing the attribute.
It would be nice to write something that looks at the integer values of each enum and gave us a heads-up if the values look "flag-like" but the attribute has not been specified.