Skip to content

Commit ba575db

Browse files
committed
C#: Add QL doc to SuccessorType.qll
1 parent 383e82a commit ba575db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
/**
2+
* INTERNAL: Do not use.
3+
*
4+
* Provides different types of control flow successor types.
5+
*/
6+
17
import csharp
28
private import semmle.code.csharp.controlflow.internal.Completion
39

4-
/** Internal representation of types of control flow. */
510
cached
611
private newtype TSuccessorType =
712
TSuccessorSuccessor() { ControlFlow::Internal::forceCachingInSameStage() } or

0 commit comments

Comments
 (0)