We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35baff8 commit eba1b0bCopy full SHA for eba1b0b
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll
@@ -1856,7 +1856,7 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
}
1857
1858
/**
1859
- * Gets the operand of the allocation this instruction is initializing.
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
*/
1861
final AddressOperand getAllocationAddressOperand() { result = getAnOperand() }
1862
0 commit comments