mirror of
https://github.com/github/codeql.git
synced 2026-01-18 17:04:50 +01:00
This class used `newtype` for seemingly no reason. The new code is shorter and should be faster as well.
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
import semmle.code.cpp.dataflow.internal.FlowVar
|
|
|
|
from PartialDefinition def
|
|
select def.getActualLocation().toString(), "partial def of " + def.toString(), def.getDefinedExpr(),
|
|
def.getSubBasicBlockStart()
|