comparison dmd/declaration.h @ 86:fd32135dca3e trunk

[svn r90] Major updates to the gen directory. Redesigned the 'elem' struct. Much more... !!! Lots of bugfixes. Added support for special foreach on strings. Added std.array, std.utf, std.ctype and std.uni to phobos. Changed all the .c files in the gen dir to .cpp (it *is* C++ after all)
author lindquist
date Sat, 03 Nov 2007 14:44:58 +0100
parents d8dd47ef3973
children 70d6113eeb8c
comparison
equal deleted inserted replaced
85:f869c636a113 86:fd32135dca3e
525 std::set<VarDeclaration*> llvmNestedVars; 525 std::set<VarDeclaration*> llvmNestedVars;
526 llvm::Value* llvmNested; 526 llvm::Value* llvmNested;
527 llvm::Value* llvmArguments; 527 llvm::Value* llvmArguments;
528 llvm::Value* llvmArgPtr; 528 llvm::Value* llvmArgPtr;
529 llvm::Constant* llvmDwarfSubProgram; 529 llvm::Constant* llvmDwarfSubProgram;
530 bool llvmRunTimeHack;
530 }; 531 };
531 532
532 struct FuncAliasDeclaration : FuncDeclaration 533 struct FuncAliasDeclaration : FuncDeclaration
533 { 534 {
534 FuncDeclaration *funcalias; 535 FuncDeclaration *funcalias;