[PATCH] D154784: [clang] Fix crash caused by PseudoObjectExprBitfields::NumSubExprs overflow

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 10 13:34:19 PDT 2023


rjmccall added a comment.

We had that discussion in the bug report.  Let's just increase the widths unconditionally; this is not such a common expression class that we need to worry about using an extra word.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154784



More information about the cfe-commits mailing list