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 e0f8b12 commit 4c3fb0cCopy full SHA for 4c3fb0c
cpp/ql/lib/semmle/code/cpp/exprs/Call.qll
@@ -387,8 +387,10 @@ class OverloadedArrayExpr extends FunctionCall {
387
388
/**
389
* Gets the expression giving the index.
390
+ *
391
+ * DEPRECATED: Use getArrayOffset/1 instead.
392
*/
- Expr getArrayOffset() { result = this.getArrayOffset(0) }
393
+ deprecated Expr getArrayOffset() { result = this.getArrayOffset(0) }
394
395
396
* Gets the expression giving the nth index.
0 commit comments