mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r106] Turns out the last commit wasn't enough, now the D->LLVM process is even more split up.
Basically it tries to do the following in order: Resolve types, Declare symbols, Create constant initializers, Apply initializers, Generate functions bodies. ClassInfo is now has the most useful(biased?) members working. Probably other stuf...
This commit is contained in:
@@ -16,8 +16,9 @@ namespace Logger
|
||||
static bool enabled = false;
|
||||
void indent()
|
||||
{
|
||||
if (enabled)
|
||||
indent_str += " ";
|
||||
if (enabled) {
|
||||
indent_str += "* ";
|
||||
}
|
||||
}
|
||||
void undent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user