resolves PR change req mentioned in description

https://github.com/Semmle/ql/pull/1078#discussion_r264557257
This commit is contained in:
Rebecca Valentine
2019-03-12 11:29:43 -07:00
parent 9a7f9aa808
commit 64e64c16a8

View File

@@ -158,8 +158,13 @@ class Function extends @function, Parameterized, TypeParameterized, StmtContaine
result = getAReturnStmt().getExpr()
}
/**
*
/**
* Gets a `ConcreteControlFlowNode` which corresponds to an executable portion of
* the body which can be executed last during a function call, and which does not
* result in the return of a value.
*/
/*
* Functions can sometimes return without returning a value, in which case they
* "return" `undefined`. They can do this in two ways:
*