Skip to content

Commit 53d735b

Browse files
committed
C#/Cfg: A bit more qldoc.
1 parent 357e841 commit 53d735b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ private import semmle.code.csharp.Caching
88

99
private class TControlFlowElementOrCallable = @callable or @control_flow_element;
1010

11+
/** A `ControlFlowElement` or a `Callable`. */
1112
class ControlFlowElementOrCallable extends ExprOrStmtParent, TControlFlowElementOrCallable { }
1213

1314
/**

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
894894
override string toString() { result = tag + " " + n }
895895
}
896896

897+
/** The `PreControlFlowNode` at the entry point of a callable. */
897898
final class EntryNodeImpl extends NodeImpl, TEntryNode {
898899
private Callable c;
899900

0 commit comments

Comments
 (0)