Skip to content

Commit 8c1ebd0

Browse files
committed
Adds arrays and structs support for assigns clause
Assigns clauses should handle multiple targets. Previously, it only supported identifiers (e.g., variable `x`) and dereferenced pointers (e.g., *myPtr). So, we expand its support to also handle members of a struct (e.g. `myStruct.someMember` or `myStructPtr->otherMember`) and array ranges (e.g. `myArr[5, lastIdx]`). Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent 82a0a5e commit 8c1ebd0

File tree

2 files changed

+1073
-239
lines changed

2 files changed

+1073
-239
lines changed

0 commit comments

Comments
 (0)