CodeQL library for C/C++
codeql/cpp-all 0.6.0 ( changelog , source )
Search

Member predicate ArrayExpr :: getArrayBase

Gets the array or pointer expression being subscripted.

This is arr in both arr[0] and 0[arr].

Expr getArrayBase ( )