File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974
975975/**
976976 * Represents an instruction that converts from the address of a derived class
977- * to the address of a direct base class.
977+ * to the address of a base class.
978978 */
979979class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974
975975/**
976976 * Represents an instruction that converts from the address of a derived class
977- * to the address of a direct base class.
977+ * to the address of a base class.
978978 */
979979class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ class InheritanceConversionInstruction extends UnaryInstruction {
974974
975975/**
976976 * Represents an instruction that converts from the address of a derived class
977- * to the address of a direct base class.
977+ * to the address of a base class.
978978 */
979979class ConvertToBaseInstruction extends InheritanceConversionInstruction {
980980 ConvertToBaseInstruction ( ) { getOpcode ( ) instanceof ConvertToBaseOpcode }
You can’t perform that action at this time.
0 commit comments