mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Apply suggestions from code review
Additional corrections. Co-Authored-By: Dave Bartolomeo <dbartol@github.com>
This commit is contained in:
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an instruction that converts from the address of a derived class
|
* Represents an instruction that converts from the address of a derived class
|
||||||
* to the address of a direct base class.
|
* to the address of a base class.
|
||||||
*/
|
*/
|
||||||
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
||||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||||
|
|||||||
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an instruction that converts from the address of a derived class
|
* Represents an instruction that converts from the address of a derived class
|
||||||
* to the address of a direct base class.
|
* to the address of a base class.
|
||||||
*/
|
*/
|
||||||
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
||||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||||
|
|||||||
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an instruction that converts from the address of a derived class
|
* Represents an instruction that converts from the address of a derived class
|
||||||
* to the address of a direct base class.
|
* to the address of a base class.
|
||||||
*/
|
*/
|
||||||
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
||||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||||
|
|||||||
Reference in New Issue
Block a user