File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpp/common/src/codingstandards/cpp/lifetimes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ abstract class ObjectIdentityBase extends Element {
125125
126126 /**
127127 * Finds cases such as a subobject such as `x.y` is taken as a reference.
128- *
128+ *
129129 * This is useful for alias analysis, as references create aliases that can invalidate certain
130130 * assumptions about object accesses.
131131 */
Original file line number Diff line number Diff line change 33 *
44 * See `codingstandards.c.SubObjects` for the C equivalent. Changes specific to C++ are:
55 * - excluding fields of reference type as subobjects
6- *
6+ *
77 * A library that expands upon the `Objects.qll` library, to support nested "Objects" such as
88 * `x.y.z` or `x[i][j]` within an object `x`.
99 *
You can’t perform that action at this time.
0 commit comments