File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
991991
992992/**
993993 * Represents an instruction that converts from the address of a derived class
994- * to the address of a direct non-virtual base class.
994+ * to the address of a base class.
995995 */
996996class ConvertToBaseInstruction extends InheritanceConversionInstruction {
997997 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
991991
992992/**
993993 * Represents an instruction that converts from the address of a derived class
994- * to the address of a direct non-virtual base class.
994+ * to the address of a base class.
995995 */
996996class ConvertToBaseInstruction extends InheritanceConversionInstruction {
997997 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
991991
992992/**
993993 * Represents an instruction that converts from the address of a derived class
994- * to the address of a direct non-virtual base class.
994+ * to the address of a base class.
995995 */
996996class ConvertToBaseInstruction extends InheritanceConversionInstruction {
997997 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
991991
992992/**
993993 * Represents an instruction that converts from the address of a derived class
994- * to the address of a direct non-virtual base class.
994+ * to the address of a base class.
995995 */
996996class ConvertToBaseInstruction extends InheritanceConversionInstruction {
997997 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
991991
992992/**
993993 * Represents an instruction that converts from the address of a derived class
994- * to the address of a direct non-virtual base class.
994+ * to the address of a base class.
995995 */
996996class ConvertToBaseInstruction extends InheritanceConversionInstruction {
997997 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
You can’t perform that action at this time.
0 commit comments