[clang] [clang][CGRecordLayout] Remove dependency on isZeroSize (PR #96422)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 09:52:13 PDT 2024
efriedma-quic wrote:
This is roughly what I expected the patch to look like. Maybe consider adding a couple small wrapper functions around isEmptyRecord/isEmptyField to simplify the uses (and so we can use a name that indicates why the checks exist).
https://github.com/llvm/llvm-project/pull/96422
More information about the cfe-commits
mailing list