1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00

Update the function body execution in PDOMCPPFunction.update()

Change-Id: I17d8fe9d3222ac66f901ca9740feee6b5891faa5
This commit is contained in:
Nathan Ridge 2016-09-23 01:37:00 -04:00
parent 3a66aeaaac
commit f78def7afb

View file

@ -192,6 +192,7 @@ class PDOMCPPFunction extends PDOMCPPBinding implements ICPPFunction, IPDOMOverl
PDOMCPPTypeList.clearTypes(this, oldRec);
}
linkage.storeEvaluation(record + RETURN_EXPRESSION, CPPFunction.getReturnExpression(func, point));
linkage.storeExecution(record + FUNCTION_BODY, CPPFunction.getFunctionBodyExecution(func, point));
}
private void storeExceptionSpec(IType[] exceptionSpec) throws CoreException {