C++/C#: autoformat

This commit is contained in:
Robert Marsh
2020-03-16 17:25:53 -07:00
parent cc99ddfd2c
commit de2d23b432
10 changed files with 10 additions and 5 deletions

View File

@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
)
}
/**
* Gets a string describing the operation of this instruction. This includes
* the opcode and the immediate value, if any. For example:

View File

@@ -1,3 +1,3 @@
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
import SSAConstruction as Construction
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

View File

@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
)
}
/**
* Gets a string describing the operation of this instruction. This includes
* the opcode and the immediate value, if any. For example:

View File

@@ -1,3 +1,3 @@
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
import IRConstruction as Construction
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

View File

@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
)
}
/**
* Gets a string describing the operation of this instruction. This includes
* the opcode and the immediate value, if any. For example:

View File

@@ -1,3 +1,3 @@
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
import SSAConstruction as Construction
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration

View File

@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
)
}
/**
* Gets a string describing the operation of this instruction. This includes
* the opcode and the immediate value, if any. For example:

View File

@@ -1,3 +1,3 @@
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
import IRConstruction as Construction
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration

View File

@@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
config.shouldEvaluateDebugStringsForFunction(this.getEnclosingFunction())
)
}
/**
* Gets a string describing the operation of this instruction. This includes
* the opcode and the immediate value, if any. For example:

View File

@@ -1,3 +1,3 @@
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
import SSAConstruction as Construction
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration