comparison gen/elem.h @ 52:0c77619e803b trunk

[svn r56] Initial support for TypeInfo. Enums not work. Several other bugfixes.
author lindquist
date Tue, 23 Oct 2007 05:55:12 +0200
parents 8b0e809563df
children 339422268de1
comparison
equal deleted inserted replaced
51:61bc1b4ad3c4 52:0c77619e803b
30 int type; 30 int type;
31 bool inplace; 31 bool inplace;
32 bool field; 32 bool field;
33 unsigned callconv; 33 unsigned callconv;
34 bool isthis; 34 bool isthis;
35 bool istypeinfo;
35 36
36 VarDeclaration* vardecl; 37 VarDeclaration* vardecl;
37 FuncDeclaration* funcdecl; 38 FuncDeclaration* funcdecl;
38 39
39 llvm::Value* getValue(); 40 llvm::Value* getValue();