mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Address review comments
This commit is contained in:
@@ -802,7 +802,7 @@ private module Cached {
|
||||
}
|
||||
|
||||
cached
|
||||
predicate allowFlowThroughParameterCached(Node ret) { allowFlowThroughParameter(ret) }
|
||||
predicate allowParameterReturnInSelfCached(ParamNode p) { allowParameterReturnInSelf(p) }
|
||||
|
||||
cached
|
||||
newtype TCallContext =
|
||||
|
||||
Reference in New Issue
Block a user