File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation
java/ql/test/query-tests/maven-dependencies/.settings Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675
675
ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676
676
677
677
/**
678
- * Gets the operand that provides the value of the pointed-to memory..
678
+ * Gets the operand that provides the value of the pointed-to memory.
679
679
*/
680
680
final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681
681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812
812
*
813
813
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814
814
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
815
- * (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
815
+ * (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
816
816
* successors.
817
817
*/
818
818
class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675
675
ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676
676
677
677
/**
678
- * Gets the operand that provides the value of the pointed-to memory..
678
+ * Gets the operand that provides the value of the pointed-to memory.
679
679
*/
680
680
final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681
681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812
812
*
813
813
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814
814
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
815
- * (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
815
+ * (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
816
816
* successors.
817
817
*/
818
818
class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675
675
ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676
676
677
677
/**
678
- * Gets the operand that provides the value of the pointed-to memory..
678
+ * Gets the operand that provides the value of the pointed-to memory.
679
679
*/
680
680
final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681
681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812
812
*
813
813
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814
814
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
815
- * (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
815
+ * (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
816
816
* successors.
817
817
*/
818
818
class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675
675
ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676
676
677
677
/**
678
- * Gets the operand that provides the value of the pointed-to memory..
678
+ * Gets the operand that provides the value of the pointed-to memory.
679
679
*/
680
680
final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681
681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812
812
*
813
813
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814
814
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
815
- * (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
815
+ * (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
816
816
* successors.
817
817
*/
818
818
class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675
675
ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676
676
677
677
/**
678
- * Gets the operand that provides the value of the pointed-to memory..
678
+ * Gets the operand that provides the value of the pointed-to memory.
679
679
*/
680
680
final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681
681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812
812
*
813
813
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814
814
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
815
- * (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
815
+ * (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
816
816
* successors.
817
817
*/
818
818
class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
You can’t perform that action at this time.
0 commit comments