mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Add framework for the extern keyword. (#3755)
This doesn't add full support. I'm separating it out to make the effects of the modifier changes clearer for review. I'm restructuring a little with the expectation that we'll have some more categories of modifier keywords in the future (similar to `extern`, these may not be in a "set" such as access), and thus easily scaling up to a few more would be useful.
This commit is contained in:
@@ -621,6 +621,7 @@ CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Abstract)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Base)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Default)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Extend)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Extern)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Final)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Impl)
|
||||
CARBON_PARSE_NODE_KIND_TOKEN_MODIFIER(Private)
|
||||
|
||||
Reference in New Issue
Block a user