mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
9 lines
494 B
YAML
9 lines
494 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: summaryModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, output, kind, provenance
|
|
- ["", "", False, "SysAllocString", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
|
|
- ["", "", False, "SysAllocStringByteLen", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
|
|
- ["", "", False, "SysAllocStringLen", "", "", "Argument[*0]", "ReturnValue[*]", "value", "manual"]
|