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.3k stars 1.48k forks source link

Store additional information for symbolic constants. #4102

Closed zygoloid closed 2 days ago

zygoloid commented 2 days ago

When forming a ConstantId for a symbolic constant, add storage to track the generic in which the constant was formed and the index within that generic. These fields are not yet populated.