This change would allow extension of new categories be aware of adding
more code here.
This patch also updates the comments, which was originally missing the
vector predicate.
Differential D137570
[Clang][Sema] Refactor category declaration under CheckForIncompatibleAttributes. NFC eopXD on Nov 7 2022, 9:48 AM. Authored by
Details This change would allow extension of new categories be aware of adding This patch also updates the comments, which was originally missing the
Diff Detail
Event TimelineComment Actions Upon modification to this code base I am tempt to prefer having a NumberOfCategories under the enum and make the sanity check explicit. I understand this is totally a problem of personal taste so definitely feel free to argue with me :) Comment Actions This seems reasonable to me, but I'll leave the final sign-off to Erich.
|
Can you break up this comment, I think it should go above the enum and each one that is specific to an enumerator should go above that enumerator.