codeql/cpp-all
4.3.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the array or pointer expression being subscripted.
This is arr in both arr[0] and 0[arr].
arr
arr[0]
0[arr]
Expr getArrayBase()