aboutsummaryrefslogtreecommitdiff
path: root/siphash.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-17 13:01:51 -0800
committerMichael Forney <mforney@mforney.org>2019-02-17 14:12:44 -0800
commit0beaca9548a524557d33d3c618e5ec586cf489d3 (patch)
treecdde2e5e82a24bbd5bb9a8b6fa5564d278abdc06 /siphash.c
parented176e4211b27218b9182ead05a13fd6d27d46ac (diff)
Allow computing address of non-lvalue structs/unions
We currently compile '.' member access as taking the address of the struct, adding the offset, and then dereferencing as the member type. However, the '.' operator is allowed on non-lvalues, even though the '&' operator is not. So, we need to handle arbitrary struct/union expressions in objectaddr by just compiling them normally, then converting them to regular pointers (since struct/union values are just pointers with additional type information).
Diffstat (limited to 'siphash.c')
0 files changed, 0 insertions, 0 deletions