Make description of acceptingvalue column clearer

This commit is contained in:
Owen Mansel-Chan
2026-03-27 11:35:22 +00:00
parent 5451424e75
commit b3285c6ae2
4 changed files with 8 additions and 10 deletions

View File

@@ -91,9 +91,8 @@
* - flow from the _second_ indirection of the 0th argument to the first
* indirection of the return value, etc.
* 8. The `acceptingvalue` column of barrier guard models specifies the condition
* under which the guard accepts or blocks flow. It can be one of "true" or
* "false". In the future "no-exception", "not-zero", "null", "not-null" may be
* supported.
* under which the guard blocks flow. It can be one of "true" or "false". In
* the future "no-exception", "not-zero", "null", "not-null" may be supported.
* 9. The `kind` column is a tag that can be referenced from QL to determine to
* which classes the interpreted elements should be added. For example, for
* sources "remote" indicates a default remote flow source, and for summaries

View File

@@ -74,8 +74,8 @@
* - "Property[p]": Selects the contents of property `p`.
*
* 8. The `acceptingvalue` column of barrier guard models specifies the condition
* under which the guard accepts or blocks flow. It can be one of "true" or
* "false", "no-exception", "not-zero", "null", "not-null".
* under which the guard blocks flow. It can be one of "true" or "false". In
* the future "no-exception", "not-zero", "null", "not-null" may be supported.
* 9. The `kind` column is a tag that can be referenced from QL to determine to
* which classes the interpreted elements should be added. For example, for
* sources "remote" indicates a default remote flow source, and for summaries

View File

@@ -83,9 +83,8 @@
* - "Dereference": Selects the value referenced by a pointer.
*
* 8. The `acceptingvalue` column of barrier guard models specifies the condition
* under which the guard accepts or blocks flow. It can be one of "true" or
* "false". In the future "no-exception", "not-zero", "null", "not-null" may be
* supported.
* under which the guard blocks flow. It can be one of "true" or "false". In
* the future "no-exception", "not-zero", "null", "not-null" may be supported.
* 9. The `kind` column is a tag that can be referenced from QL to determine to
* which classes the interpreted elements should be added. For example, for
* sources "remote" indicates a default remote flow source, and for summaries

View File

@@ -74,8 +74,8 @@
* - "ReturnValue": Selects the return value of a call to the selected element.
* - "Element": Selects the collection elements of the selected element.
* 8. The `acceptingvalue` column of barrier guard models specifies the condition
* under which the guard accepts or blocks flow. It can be one of "true" or
* "false", "no-exception", "not-zero", "null", "not-null".
* under which the guard blocks flow. It can be one of "true" or "false". In
* the future "no-exception", "not-zero", "null", "not-null" may be supported.
* 9. The `kind` column is a tag that can be referenced from QL to determine to
* which classes the interpreted elements should be added. For example, for
* sources "remote" indicates a default remote flow source, and for summaries