comparison dmd/func.c @ 100:5071469303d4 trunk

[svn r104] TONS OF FIXES. Split up declaration, constant initializer gen and definition for globals, structs, classes and functions. Improved ClassInfo support (not complete), not in vtable yet. Fixed a bunch of forward reference problems. Much more. Major commit! :)
author lindquist
date Fri, 16 Nov 2007 08:21:47 +0100
parents 70d6113eeb8c
children 9c79b61fb638
comparison
equal deleted inserted replaced
99:a676a7743642 100:5071469303d4
78 llvmNested = NULL; 78 llvmNested = NULL;
79 llvmArguments = NULL; 79 llvmArguments = NULL;
80 llvmArgPtr = NULL; 80 llvmArgPtr = NULL;
81 llvmDwarfSubProgram = NULL; 81 llvmDwarfSubProgram = NULL;
82 llvmRunTimeHack = false; 82 llvmRunTimeHack = false;
83 llvmIRFunc = NULL;
83 } 84 }
84 85
85 Dsymbol *FuncDeclaration::syntaxCopy(Dsymbol *s) 86 Dsymbol *FuncDeclaration::syntaxCopy(Dsymbol *s)
86 { 87 {
87 FuncDeclaration *f; 88 FuncDeclaration *f;