[PATCH] D104285: [analyzer] Retrieve value by direct index from list initialization of constant array declaration.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 29 07:55:18 PDT 2021


martong added a comment.

I like the idea and I think this is a valuable patch. However, because of the changes under `lib/AST` we need to add other reviewers who are responsible for those parts (e.g. aaronballman or rsmith). Is there really no way to workaround those changes? E.g. could we have a free function outside of the `InitListExpr` to implement `getExprForConstArrayByRawIndex`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104285/new/

https://reviews.llvm.org/D104285



More information about the cfe-commits mailing list