mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
C#: QL doc adjustments
This commit is contained in:
@@ -126,6 +126,9 @@ class ControlFlowElement extends ExprOrStmtParent, @control_flow_element {
|
||||
* ```
|
||||
*
|
||||
* does not work.
|
||||
*
|
||||
* `cb` records all of the possible condition blocks for this control flow element
|
||||
* that a path from the callable entry point to `succ` may go through.
|
||||
*/
|
||||
pragma[nomagic]
|
||||
private predicate immediatelyControlsBlockSplit(
|
||||
|
||||
@@ -409,7 +409,7 @@ module AssertionSplitting {
|
||||
* ```
|
||||
*
|
||||
* we record whether `i >= 0` evaluates to `true` or `false`, and restrict the
|
||||
* edges out out of the assertion accordingly.
|
||||
* edges out of the assertion accordingly.
|
||||
*/
|
||||
class AssertionSplitImpl extends SplitImpl, TAssertionSplit {
|
||||
Assertion a;
|
||||
|
||||
Reference in New Issue
Block a user