[PATCH] D132727: [clang][Interp] Implement array initializers and subscript expressions

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 10:44:06 PDT 2022


MaskRay added a comment.

Heads-up: after D132832 <https://reviews.llvm.org/D132832> and D132727 <https://reviews.llvm.org/D132727>, clang/test/AST/Interp/arrays.cpp.test has a msan failure. It can be pre-existing or can be newly introduced.
There seems another issue about an integer overflow in `InitMap::isInitialized`.

Still investigating.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132727



More information about the cfe-commits mailing list