summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8102.new_check
blob: 0bffd4adddf4fc2356bf68d164bcfd42416dbb8d (plain)
1
2
3
4
5
Adds an ``implicit-flag-alias`` check that emits a warning when a class
derived from ``enum.IntFlag`` assigns distinct integer values that share
common bit positions.

Refs #8102