[PATCH] D155955: [Clang] Improve the handling of large arrays evaluation.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 27 10:46:01 PDT 2023


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

That's scary: it means we can silently behave differently from other compilers in a way that's hard to understand.  Is there some way we can provide a diagnostic?

That said, it looks like that's an existing issue, so I'm fine with addressing it separately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155955



More information about the cfe-commits mailing list