mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
13 lines
565 B
YAML
13 lines
565 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: barrierModel
|
|
data:
|
|
- ["", "", False, "get_clean_pointer", "", "", "ReturnValue", "test-barrier", "manual"]
|
|
- ["", "", False, "get_clean_data", "", "", "ReturnValue[*]", "test-barrier", "manual"]
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: barrierGuardModel
|
|
data:
|
|
- ["", "", False, "is_clean_value", "", "", "Argument[*0]", "true", "test-barrier", "manual"]
|
|
- ["", "", False, "is_clean_pointer", "", "", "Argument[0]", "true", "test-barrier", "manual"] |