mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +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
|
||||
* to the address of a direct base class.
|
||||
* to the address of a base class.
|
||||
*/
|
||||
class ConvertToBaseInstruction extends InheritanceConversionInstruction {
|
||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||
|
||||
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
|
||||
|
||||
/**
|
||||
* 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 {
|
||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||
|
||||
@@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
|
||||
|
||||
/**
|
||||
* 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 {
|
||||
ConvertToBaseInstruction() { getOpcode() instanceof ConvertToBaseOpcode }
|
||||
|
||||
Reference in New Issue
Block a user