commit | 9f22a276fdf5d96baa9785e86d36287bff48f2bb | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Sep 28 23:01:16 2022 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Thu Sep 29 19:49:41 2022 +0800 |
tree | 23478235a171cfcde01e8378c7b51986c827a04f | |
parent | efd3826863b478d5186c63f3308885349522cc80 [diff] |
Allow adding class/struct members to padding space This commit removes the comparison between class size and member offsets from RecordTypeDiffIR::IsExtended. New members can be added to padding space in a class without changing the existing members. Test: ./test.py Bug: 248418092 Change-Id: I34d002478f1dcfd3c183e76899917e602de2b4c1