Skip to content

Commit 87c5872

Browse files
authored
Merge pull request #903 from hvitved/csharp/successor-type-qldoc
Approved by calumgrant
2 parents 0a39e8c + ba575db commit 87c5872

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)