File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ private newtype TMemoryLocation =
227
227
TAllAliasedMemory ( IRFunction irFunc , Boolean isMayAccess )
228
228
229
229
/**
230
- * Represents the memory location accessed by a memory operand or memory result. In this implementation, the location is
230
+ * A memory location accessed by a memory operand or memory result. In this implementation, the location is
231
231
* one of the following:
232
232
* - `VariableMemoryLocation` - A location within a known `IRVariable`, at an offset that is either a constant or is
233
233
* unknown.
@@ -885,7 +885,7 @@ private predicate useOverlapWithBusyDef(MemoryLocation0 use) {
885
885
final private class FinalMemoryLocation = MemoryLocation0 ;
886
886
887
887
/**
888
- * Represents the memory location accessed by a memory operand or memory result. In this implementation, the location is
888
+ * A memory location accessed by a memory operand or memory result. In this implementation, the location is
889
889
* one of the following:
890
890
* - `VariableMemoryLocation` - A location within a known `IRVariable`, at an offset that is either a constant or is
891
891
* unknown.
You can’t perform that action at this time.
0 commit comments