mirror of
https://github.com/github/codeql.git
synced 2026-02-11 12:41:06 +01:00
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
import semmle.code.cpp.dataflow.old.internal.FlowVar
|
|
|
|
from PartialDefinition def
|
|
select def.getActualLocation().toString(), "partial def of " + def.toString(), def,
|
|
def.getSubBasicBlockStart()
|