mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
docs: rename ql-training-rst > ql-training
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import cpp
|
||||
|
||||
from FunctionCall free, LocalScopeVariable v, VariableAccess u
|
||||
where freeCall(free, v.getAnAccess())
|
||||
and u = v.getAnAccess()
|
||||
and u.isRValue()
|
||||
and free.getASuccessor+() = u
|
||||
select free, u
|
||||
Reference in New Issue
Block a user