We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d320b commit c9b5dbeCopy full SHA for c9b5dbe
2 files changed
cpp/common/src/codingstandards/cpp/lifetimes/CppObjects.qll
@@ -125,7 +125,7 @@ abstract class ObjectIdentityBase extends Element {
125
126
/**
127
* Finds cases such as a subobject such as `x.y` is taken as a reference.
128
- *
+ *
129
* This is useful for alias analysis, as references create aliases that can invalidate certain
130
* assumptions about object accesses.
131
*/
cpp/common/src/codingstandards/cpp/lifetimes/CppSubObjects.qll
@@ -3,7 +3,7 @@
3
*
4
* See `codingstandards.c.SubObjects` for the C equivalent. Changes specific to C++ are:
5
* - excluding fields of reference type as subobjects
6
7
* A library that expands upon the `Objects.qll` library, to support nested "Objects" such as
8
* `x.y.z` or `x[i][j]` within an object `x`.
9
0 commit comments