File tree Expand file tree Collapse file tree 10 files changed +10
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 10 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
318
+
318
319
/**
319
320
* Gets a string describing the operation of this instruction. This includes
320
321
* the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 1
1
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
2
2
import SSAConstruction as Construction
3
- import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3
+ import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
318
+
318
319
/**
319
320
* Gets a string describing the operation of this instruction. This includes
320
321
* the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 1
1
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
2
2
import IRConstruction as Construction
3
- import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3
+ import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
318
+
318
319
/**
319
320
* Gets a string describing the operation of this instruction. This includes
320
321
* the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 1
1
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
2
2
import SSAConstruction as Construction
3
- import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
3
+ import semmle.code.cpp.ir.implementation.IRConfiguration as IRConfiguration
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
318
+
318
319
/**
319
320
* Gets a string describing the operation of this instruction. This includes
320
321
* the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 1
1
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
2
2
import IRConstruction as Construction
3
- import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
3
+ import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class Instruction extends Construction::TInstruction {
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
318
+
318
319
/**
319
320
* Gets a string describing the operation of this instruction. This includes
320
321
* the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 1
1
import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
2
2
import SSAConstruction as Construction
3
- import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
3
+ import semmle.code.csharp.ir.implementation.IRConfiguration as IRConfiguration
You can’t perform that action at this time.
0 commit comments