We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d956bf9 commit 4304a4eCopy full SHA for 4304a4e
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -913,8 +913,7 @@ class ArrayType extends DerivedType {
913
914
/**
915
* Gets the byte size of this array. Only has a result for arrays declared to be of a constant
916
- * size. This predicate is a synonym for `getByteSize`. See `getArraySize` for getting the number
917
- * of elements.
+ * size. See `getArraySize` for getting the number of elements.
918
*/
919
int getByteSize() { arraysizes(underlyingElement(this),_,result,_) }
920
0 commit comments