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 3283902 commit 4d697cdCopy full SHA for 4d697cd
cpp/ql/src/Likely Bugs/Conversion/CastArrayPointerArithmetic.ql
@@ -39,7 +39,7 @@ class CastToPointerArithFlow extends DataFlow::Configuration {
39
}
40
41
/**
42
- * Gets the base type of `e` if the type of `e` is a `DerivedType`.
+ * Holds if the type of `e` is a `DerivedType` with `base` as its base type.
43
*
44
* This predicate ensures that joins go from `e` to `base` instead
45
* of the other way around.
0 commit comments