File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
18561856 }
18571857
18581858 /**
1859- * Gets the operand of the allocation this instruction is initializing.
1859+ * Gets the operand that represents the address of the allocation this instruction is initializing.
18601860 */
18611861 final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
18621862
Original file line number Diff line number Diff line change @@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
18561856 }
18571857
18581858 /**
1859- * Gets the operand of the allocation this instruction is initializing.
1859+ * Gets the operand that represents the address of the allocation this instruction is initializing.
18601860 */
18611861 final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
18621862
Original file line number Diff line number Diff line change @@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
18561856 }
18571857
18581858 /**
1859- * Gets the operand of the allocation this instruction is initializing.
1859+ * Gets the operand that represents the address of the allocation this instruction is initializing.
18601860 */
18611861 final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
18621862
Original file line number Diff line number Diff line change @@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
18561856 }
18571857
18581858 /**
1859- * Gets the operand of the allocation this instruction is initializing.
1859+ * Gets the operand that represents the address of the allocation this instruction is initializing.
18601860 */
18611861 final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
18621862
You can’t perform that action at this time.
0 commit comments