mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Fix typos
This commit is contained in:
@@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
|
||||
ReturnIndirectionInstruction() { getOpcode() instanceof Opcode::ReturnIndirection }
|
||||
|
||||
/**
|
||||
* Gets the operand that provides the value of the pointed-to memory..
|
||||
* Gets the operand that provides the value of the pointed-to memory.
|
||||
*/
|
||||
final SideEffectOperand getSideEffectOperand() { result = getAnOperand() }
|
||||
|
||||
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
|
||||
*
|
||||
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
|
||||
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
|
||||
* (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
|
||||
* (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
|
||||
* successors.
|
||||
*/
|
||||
class ExitFunctionInstruction extends Instruction {
|
||||
|
||||
@@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
|
||||
ReturnIndirectionInstruction() { getOpcode() instanceof Opcode::ReturnIndirection }
|
||||
|
||||
/**
|
||||
* Gets the operand that provides the value of the pointed-to memory..
|
||||
* Gets the operand that provides the value of the pointed-to memory.
|
||||
*/
|
||||
final SideEffectOperand getSideEffectOperand() { result = getAnOperand() }
|
||||
|
||||
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
|
||||
*
|
||||
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
|
||||
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
|
||||
* (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
|
||||
* (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
|
||||
* successors.
|
||||
*/
|
||||
class ExitFunctionInstruction extends Instruction {
|
||||
|
||||
@@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
|
||||
ReturnIndirectionInstruction() { getOpcode() instanceof Opcode::ReturnIndirection }
|
||||
|
||||
/**
|
||||
* Gets the operand that provides the value of the pointed-to memory..
|
||||
* Gets the operand that provides the value of the pointed-to memory.
|
||||
*/
|
||||
final SideEffectOperand getSideEffectOperand() { result = getAnOperand() }
|
||||
|
||||
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
|
||||
*
|
||||
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
|
||||
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
|
||||
* (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
|
||||
* (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
|
||||
* successors.
|
||||
*/
|
||||
class ExitFunctionInstruction extends Instruction {
|
||||
|
||||
@@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
|
||||
ReturnIndirectionInstruction() { getOpcode() instanceof Opcode::ReturnIndirection }
|
||||
|
||||
/**
|
||||
* Gets the operand that provides the value of the pointed-to memory..
|
||||
* Gets the operand that provides the value of the pointed-to memory.
|
||||
*/
|
||||
final SideEffectOperand getSideEffectOperand() { result = getAnOperand() }
|
||||
|
||||
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
|
||||
*
|
||||
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
|
||||
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
|
||||
* (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
|
||||
* (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
|
||||
* successors.
|
||||
*/
|
||||
class ExitFunctionInstruction extends Instruction {
|
||||
|
||||
@@ -675,7 +675,7 @@ class ReturnIndirectionInstruction extends VariableInstruction {
|
||||
ReturnIndirectionInstruction() { getOpcode() instanceof Opcode::ReturnIndirection }
|
||||
|
||||
/**
|
||||
* Gets the operand that provides the value of the pointed-to memory..
|
||||
* Gets the operand that provides the value of the pointed-to memory.
|
||||
*/
|
||||
final SideEffectOperand getSideEffectOperand() { result = getAnOperand() }
|
||||
|
||||
@@ -812,7 +812,7 @@ class ConditionalBranchInstruction extends Instruction {
|
||||
*
|
||||
* Each `IRFunction` has exactly one `ExitFunction` instruction, unless the function neither returns
|
||||
* nor throws an exception. Control flows to the `ExitFunction` instruction from both normal returns
|
||||
* (`ReturnVoid`, `ReturnValue`) and proagated exceptions (`Unwind`). This instruction has no
|
||||
* (`ReturnVoid`, `ReturnValue`) and propagated exceptions (`Unwind`). This instruction has no
|
||||
* successors.
|
||||
*/
|
||||
class ExitFunctionInstruction extends Instruction {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
||||
Reference in New Issue
Block a user