Files
codeql/cpp/ql/src/utils/modelgenerator/CaptureNeutralModels.ql

15 lines
365 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
import SummaryModels
from DataFlowSummaryTargetApi api, string noflow
where noflow = captureNeutral(api)
select noflow order by noflow