syzkaller/pkg/ast
Dokyung Song 11c256cdcd sys/fuchsia: prune unused structs in syscall description generated by fidlgen
After generating syscall description for fidl files using fidlgen, prune
all unused structs using the exact same mechanism used by the compiler's
check for unused structs. This allows the FIDL compiler to support
modular compilation; it does not need to have global knowledge of
whether each struct is used or not.
2018-09-11 13:01:53 +02:00
..
testdata pkg/compiler: support negative integers 2018-07-09 20:47:07 +02:00
ast.go pkg/compiler: support negative integers 2018-07-09 20:47:07 +02:00
clone.go .gometalinter: reduce dupl threshold 2018-07-31 12:42:52 +02:00
filter.go sys/fuchsia: prune unused structs in syscall description generated by fidlgen 2018-09-11 13:01:53 +02:00
format.go pkg/compiler: support negative integers 2018-07-09 20:47:07 +02:00
parser_test.go pkg/ast: refactor Walk 2018-01-11 11:45:35 +01:00
parser.go gometalinter: clean up vetshadow 2018-07-31 20:38:33 +02:00
scanner.go pkg/compiler: support negative integers 2018-07-09 20:47:07 +02:00
test_util.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
walk.go pkg/compiler: support type templates 2018-01-13 12:52:09 +01:00