forked from OSchip/llvm-project
parent
6c109b4979
commit
82191d0413
|
@ -1298,7 +1298,7 @@ Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc,
|
|||
|
||||
// Build the actual expression node.
|
||||
Expr *FnExpr = new (Context) DeclRefExpr(FnDecl, FnDecl->getType(),
|
||||
SourceLocation());
|
||||
SourceLocation());
|
||||
UsualUnaryConversions(FnExpr);
|
||||
|
||||
Input.release();
|
||||
|
|
Loading…
Reference in New Issue