comparison gen/elem.h @ 11:d3ee9efe20e2 trunk

[svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing. * Now 50/51 tests compile. * Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
author lindquist
date Tue, 02 Oct 2007 05:10:18 +0200
parents c53b6e3fe49a
children 37a4fdab33fc
comparison
equal deleted inserted replaced
10:c0f2c47e5034 11:d3ee9efe20e2
29 llvm::Value* val; 29 llvm::Value* val;
30 llvm::Value* arg; 30 llvm::Value* arg;
31 int type; 31 int type;
32 bool inplace; 32 bool inplace;
33 bool field; 33 bool field;
34 unsigned callconv;
34 35
35 VarDeclaration* vardecl; 36 VarDeclaration* vardecl;
36 FuncDeclaration* funcdecl; 37 FuncDeclaration* funcdecl;
37 38
38 llvm::Value* getValue(); 39 llvm::Value* getValue();