Skip to content

Commit f0e86a9

Browse files
author
Dave Bartolomeo
committed
C++: Add missing module comment
1 parent df4fdaf commit f0e86a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ class CaseEdge extends EdgeKind, TCaseEdge {
8282
string getMaxValue() { result = maxValue }
8383
}
8484

85+
/**
86+
* Predicates to access the single instance of each `EdgeKind` class.
87+
*/
8588
module EdgeKind {
8689
/**
8790
* Gets the single instance of the `GotoEdge` class.

csharp/ql/src/semmle/code/csharp/ir/implementation/EdgeKind.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ class CaseEdge extends EdgeKind, TCaseEdge {
8282
string getMaxValue() { result = maxValue }
8383
}
8484

85+
/**
86+
* Predicates to access the single instance of each `EdgeKind` class.
87+
*/
8588
module EdgeKind {
8689
/**
8790
* Gets the single instance of the `GotoEdge` class.

0 commit comments

Comments
 (0)