Skip to content

Commit af36718

Browse files
committed
C#: QL doc adjustments
1 parent 1a93090 commit af36718

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

csharp/ql/src/semmle/code/csharp/controlflow/ControlFlowElement.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ class ControlFlowElement extends ExprOrStmtParent, @control_flow_element {
126126
* ```
127127
*
128128
* does not work.
129+
*
130+
* `cb` records all of the possible condition blocks for this control flow element
131+
* that a path from the callable entry point to `succ` may go through.
129132
*/
130133
pragma[nomagic]
131134
private predicate immediatelyControlsBlockSplit(

csharp/ql/src/semmle/code/csharp/controlflow/internal/Splitting.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ module AssertionSplitting {
409409
* ```
410410
*
411411
* we record whether `i >= 0` evaluates to `true` or `false`, and restrict the
412-
* edges out out of the assertion accordingly.
412+
* edges out of the assertion accordingly.
413413
*/
414414
class AssertionSplitImpl extends SplitImpl, TAssertionSplit {
415415
Assertion a;

0 commit comments

Comments
 (0)