syzkaller/tools/syz-trace2syz
Dmitry Vyukov 58da4c35b1 prog: introduce Field type
Remvoe FieldName from Type and add a separate Field type
that holds field name. Use Field for struct fields, union options
and syscalls arguments, only these really have names.

Reduces size of sys/linux/gen/amd64.go from 5665583 to 5201321 (-8.2%).
Allows to not create new type for squashed any pointer.
But main advantages will follow, e.g. removing StructDesc,
using TypeRef in Arg, etc.

Update #1580
2020-05-02 12:16:06 +02:00
..
parser tools/syz-trace2syz: disable golangci-lint 2019-10-08 12:31:54 +02:00
proggen prog: introduce Field type 2020-05-02 12:16:06 +02:00
trace2syz.go tools/syz-trace2syz: disable golangci-lint 2019-10-08 12:31:54 +02:00