carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.24k stars 1.48k forks source link

Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind #4115

Closed jonmeow closed 2 months ago

jonmeow commented 2 months ago

I'm trying to increase the distinction between BuiltinKind and BuiltinFunctionKind. BuiltinKind is for instructions, BuiltinFunctionKind is for function definitions. To get to this point, I'm doing a few changes:

I'm leaving alone things like (and mentioning in case there's a desire for more renames):