carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Refactor NodeCategory to provide a class API #4004

Closed jonmeow closed 1 month ago

jonmeow commented 1 month ago

Mirroring #4003 for NodeCategory.

Note we template a lot more on NodeCategory's enum, so this is a slightly more awkward delta.

Also, switch from Enum in KeywordModifierSet to RawEnumType for consistency with EnumBase. The templating on NodeCategory had me thinking about that more.