Adding missing AddressOfExpr::GetLValueType()

This commit is contained in:
Dmitry Babokin
2014-12-30 18:11:39 +03:00
parent fb535fdfd0
commit da83196996
3 changed files with 38 additions and 0 deletions

1
expr.h
View File

@@ -543,6 +543,7 @@ public:
llvm::Value *GetValue(FunctionEmitContext *ctx) const;
const Type *GetType() const;
const Type *GetLValueType() const;
Symbol *GetBaseSymbol() const;
void Print() const;
Expr *TypeCheck();