mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-21 19:41:49 +01:00
[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! :)
This commit is contained in:
@@ -6,5 +6,5 @@ class C
|
||||
|
||||
void main()
|
||||
{
|
||||
auto ci = C.classinfo;
|
||||
ClassInfo ci = C.classinfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user