mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
DMD Issue 5416 - null should have a type of its own
This commit is contained in:
@@ -95,6 +95,7 @@ LLType* DtoType(Type* t)
|
||||
}
|
||||
|
||||
// pointers
|
||||
case Tnull:
|
||||
case Tpointer:
|
||||
{
|
||||
t->irtype = new IrTypePointer(t);
|
||||
|
||||
Reference in New Issue
Block a user