Skip to content

Commit 5d2a553

Browse files
author
Robert Marsh
committed
C++/C#: autoformat
1 parent fd14eb4 commit 5d2a553

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstructionImports.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import semmle.code.cpp.ir.implementation.internal.OperandTag as OperandTag
33
import semmle.code.cpp.ir.internal.Overlap as Overlap
44
import semmle.code.cpp.ir.implementation.internal.TInstruction as TInstruction
55
import semmle.code.cpp.ir.implementation.raw.IR as RawIR
6-
import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
6+
import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand

cpp/ql/src/semmle/code/cpp/ir/implementation/internal/TOperand.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ private import semmle.code.cpp.ir.internal.Overlap
1212
* Provides the newtype used to represent operands across all phases of the IR.
1313
*/
1414
private module Internal {
15-
1615
/**
1716
* An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
1817
* type for operands created directly from the AST (`TRegisterOperand` and `TNonSSAMemoryOperand`),

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstructionImports.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import semmle.code.cpp.ir.implementation.internal.OperandTag as OperandTag
33
import semmle.code.cpp.ir.internal.Overlap as Overlap
44
import semmle.code.cpp.ir.implementation.internal.TInstruction as TInstruction
55
import semmle.code.cpp.ir.implementation.raw.IR as RawIR
6-
import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
6+
import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand

csharp/ql/src/experimental/ir/implementation/internal/TOperand.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ private import experimental.ir.internal.Overlap
1010
* Provides the newtype used to represent operands across all phases of the IR.
1111
*/
1212
private module Internal {
13-
1413
/**
1514
* An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
1615
* type for operands created directly from the AST (`TRegisterOperand` and `TNonSSAMemoryOperand`),

0 commit comments

Comments
 (0)