File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323323
324324 /**
325325 * Holds if this is an instruction with a memory result that represents a
326- * conflation of more than one object .
326+ * conflation of more than one memory allocation .
327327 *
328328 * This happens in practice when dereferencing a pointer that cannot be
329329 * tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323323
324324 /**
325325 * Holds if this is an instruction with a memory result that represents a
326- * conflation of more than one object .
326+ * conflation of more than one memory allocation .
327327 *
328328 * This happens in practice when dereferencing a pointer that cannot be
329329 * tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323323
324324 /**
325325 * Holds if this is an instruction with a memory result that represents a
326- * conflation of more than one object .
326+ * conflation of more than one memory allocation .
327327 *
328328 * This happens in practice when dereferencing a pointer that cannot be
329329 * tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323323
324324 /**
325325 * Holds if this is an instruction with a memory result that represents a
326- * conflation of more than one object .
326+ * conflation of more than one memory allocation .
327327 *
328328 * This happens in practice when dereferencing a pointer that cannot be
329329 * tracked back to a single local allocation. Such memory is instead modeled
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class Instruction extends Construction::TInstruction {
323323
324324 /**
325325 * Holds if this is an instruction with a memory result that represents a
326- * conflation of more than one object .
326+ * conflation of more than one memory allocation .
327327 *
328328 * This happens in practice when dereferencing a pointer that cannot be
329329 * tracked back to a single local allocation. Such memory is instead modeled
You can’t perform that action at this time.
0 commit comments