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 SemIRDiagnosticConverter out of check.cpp #4039

Closed jonmeow closed 3 weeks ago

jonmeow commented 3 weeks ago

This is mostly just moving the code out. It also changes node_converters from a DenseMap to a SmallVector, taking advantage of CheckIRId.

jonmeow commented 3 weeks ago

Depends on #4032