mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
/**
|
|
* @kind problem
|
|
*/
|
|
|
|
import cpp
|
|
import semmle.code.cpp.ir.dataflow.DataFlow::DataFlow
|
|
|
|
select any(Node n).asPartialDefinition()
|