mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C#: Move Completion.qll
This commit is contained in:
@@ -5,7 +5,7 @@ import csharp
|
||||
*/
|
||||
module ControlFlow {
|
||||
private import semmle.code.csharp.controlflow.BasicBlocks as BBs
|
||||
private import semmle.code.csharp.controlflow.Completion
|
||||
private import semmle.code.csharp.controlflow.internal.Completion
|
||||
|
||||
/**
|
||||
* A control flow node.
|
||||
|
||||
@@ -8,7 +8,7 @@ private import semmle.code.csharp.commons.Assertions
|
||||
private import semmle.code.csharp.commons.ComparisonTest
|
||||
private import semmle.code.csharp.commons.StructuralComparison::Internal
|
||||
private import semmle.code.csharp.controlflow.BasicBlocks
|
||||
private import semmle.code.csharp.controlflow.Completion
|
||||
private import semmle.code.csharp.controlflow.internal.Completion
|
||||
private import semmle.code.csharp.dataflow.Nullness
|
||||
private import semmle.code.csharp.frameworks.System
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import csharp
|
||||
import ControlFlow::Internal
|
||||
private import semmle.code.csharp.controlflow.Completion
|
||||
private import semmle.code.csharp.controlflow.internal.Completion
|
||||
import Common
|
||||
|
||||
from SourceControlFlowElement cfe, Completion c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import csharp
|
||||
import semmle.code.csharp.controlflow.Completion
|
||||
import semmle.code.csharp.controlflow.internal.Completion
|
||||
import ControlFlow
|
||||
import ControlFlow::Internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user