Files
carbon-lang/toolchain/source
Jon Ross-Perkins 2a36ff611d Remove a couple std::string uses in diagnostics. (#4421)
We can't completely remove std::string from diagnostics because it's
probably better to provide a string than something like a
StringLiteralValueId or NameId (because those may be opaque for someone
trying to present the diagnostic). So this change is just playing
whackamole on another couple things that could easily use the new format
providers.
2024-10-17 21:39:21 +00:00
..