mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Add a `Core.CppCompat.NullptrT` type that C++'s `nullptr_t` maps into. Map `nullptr` to an uninitialized constant of that type -- `nullptr` doesn't actually have any defined bits within it, despite having the same representation as `void*`.