mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
/**
|
|
* @name Capture neutral models.
|
|
* @description Finds neutral models to be used by other queries.
|
|
* @kind diagnostic
|
|
* @id cpp/utils/modelgenerator/neutral-models
|
|
* @tags modelgenerator
|
|
*/
|
|
|
|
import internal.CaptureModels
|
|
|
|
from DataFlowSummaryTargetApi api, string noflow
|
|
where noflow = captureNeutral(api)
|
|
select noflow order by noflow
|