Address review comments

This commit is contained in:
Tom Hvitved
2021-10-19 15:33:25 +02:00
parent ec5d8ab2db
commit dd138b0429
37 changed files with 767 additions and 727 deletions

View File

@@ -802,7 +802,7 @@ private module Cached {
}
cached
predicate allowFlowThroughParameterCached(Node ret) { allowFlowThroughParameter(ret) }
predicate allowParameterReturnInSelfCached(ParamNode p) { allowParameterReturnInSelf(p) }
cached
newtype TCallContext =