[PATCH] D104285: [analyzer][AST] Retrieve value by direct index from list initialization of constant array declaration.
Denys Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 29 15:32:45 PDT 2021
ASDenysPetrov added a comment.
@martong
I've added new reviewers, thanks for the prompt.
> E.g. could we have a free function outside of the `InitListExpr` to implement `getExprForConstArrayByRawIndex`
It is possible, but I think this is more naturaly for the instance of `InitListExpr` to be responsible for such traversion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104285/new/
https://reviews.llvm.org/D104285
More information about the cfe-commits
mailing list