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 {
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
318+
318319 /**
319320 * Gets a string describing the operation of this instruction. This includes
320321 * the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 11import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22import 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 {
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
318+
318319 /**
319320 * Gets a string describing the operation of this instruction. This includes
320321 * the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 11import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22import 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 {
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
318+
318319 /**
319320 * Gets a string describing the operation of this instruction. This includes
320321 * the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 11import semmle.code.cpp.ir.internal.IRCppLanguage as Language
22import 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 {
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
318+
318319 /**
319320 * Gets a string describing the operation of this instruction. This includes
320321 * the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 11import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
22import 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 {
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
318+
318319 /**
319320 * Gets a string describing the operation of this instruction. This includes
320321 * the opcode and the immediate value, if any. For example:
Original file line number Diff line number Diff line change 11import semmle.code.csharp.ir.internal.IRCSharpLanguage as Language
22import 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