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 {
675675 ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676676
677677 /**
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.
679679 */
680680 final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812812 *
813813 * Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814814 * 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
816816 * successors.
817817 */
818818class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675675 ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676676
677677 /**
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.
679679 */
680680 final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812812 *
813813 * Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814814 * 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
816816 * successors.
817817 */
818818class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675675 ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676676
677677 /**
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.
679679 */
680680 final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812812 *
813813 * Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814814 * 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
816816 * successors.
817817 */
818818class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675675 ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676676
677677 /**
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.
679679 */
680680 final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812812 *
813813 * Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814814 * 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
816816 * successors.
817817 */
818818class ExitFunctionInstruction extends Instruction {
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
675675 ReturnIndirectionInstruction ( ) { getOpcode ( ) instanceof Opcode:: ReturnIndirection }
676676
677677 /**
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.
679679 */
680680 final SideEffectOperand getSideEffectOperand ( ) { result = getAnOperand ( ) }
681681
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
812812 *
813813 * Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
814814 * 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
816816 * successors.
817817 */
818818class 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