comparison dmd2/expression.h @ 797:340acf1535d0

Removed KDevelop3 project files, CMake can generate them just fine! Fixed function literals in static initializers. Changed alignment of delegates from 2*PTRSIZE to just PTRSIZE. Changed errors to go to stderr instead of stdout. Fairly major rewriting of struct/union/class handling, STILL A BIT BUGGY !!!
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 21:25:43 +0100
parents f04dde6e882c
children 5e5873d847f6
comparison
equal deleted inserted replaced
796:6e7a4c3b64d2 797:340acf1535d0
651 elem *toElem(IRState *irs); 651 elem *toElem(IRState *irs);
652 652
653 int inlineCost(InlineCostState *ics); 653 int inlineCost(InlineCostState *ics);
654 //Expression *doInline(InlineDoState *ids); 654 //Expression *doInline(InlineDoState *ids);
655 //Expression *inlineScan(InlineScanState *iss); 655 //Expression *inlineScan(InlineScanState *iss);
656
657 // LDC
658 virtual llvm::Constant *toConstElem(IRState *irs);
656 }; 659 };
657 660
658 // Declaration of a symbol 661 // Declaration of a symbol
659 662
660 struct DeclarationExp : Expression 663 struct DeclarationExp : Expression