diff options
| author | David Rubin <daviru007@icloud.com> | 2024-08-11 19:28:42 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-08-25 15:16:46 -0700 |
| commit | 80cd53d3bbf5cdc82715a4400592b40fb93cd5c9 (patch) | |
| tree | 5f12824c1173b4a2fc9cc78f39a0226419a18f54 /src/link | |
| parent | b4bb64ce78bf2dee9437f366a362ef4d8c77b204 (diff) | |
| download | zig-80cd53d3bbf5cdc82715a4400592b40fb93cd5c9.tar.gz zig-80cd53d3bbf5cdc82715a4400592b40fb93cd5c9.zip | |
sema: clean-up `{union,struct}FieldAlignment` and friends
My main gripes with this design were that it was incorrectly namespaced, the naming was inconsistent and a bit wrong (`fooAlign` vs `fooAlignment`).
This commit moves all the logic from `PerThread.zig` to use the zcu + tid system that the previous couple commits introduce.
I've organized and merged the functions to be a bit more specific to their own purpose.
- `fieldAlignment` takes a struct or union type, an index, and a Zcu (or the Sema version which takes a Pt), and gives you the alignment of the field at the index.
- `structFieldAlignment` takes the field type itself, and provides the logic to handle special cases, such as externs.
A design goal I had in mind was to avoid using the word 'struct' in the function name, when it worked for things that aren't structs, such as unions.
Diffstat (limited to 'src/link')
0 files changed, 0 insertions, 0 deletions
