mirror of https://github.com/golang/go.git
It appears that c2go dropped comments inside struct { ... } and enum { ... }.
Restore them.
Identified missing comments by checking for comments present
in the C code but not the Go code, made a list, and then reapplied
with some mechanical help.
Missing comment finder: http://play.golang.org/p/g6qNUAo1Y0
Change-Id: I323ab45c7ef9d51e28eab3b699eb14bee1eef66b
Reviewed-on: https://go-review.googlesource.com/6899
Reviewed-by: Rob Pike <r@golang.org>
|
||
|---|---|---|
| .. | ||
| cgen.go | ||
| galign.go | ||
| gg.go | ||
| ggen.go | ||
| gsubr.go | ||
| opt.go | ||
| peep.go | ||
| prog.go | ||
| reg.go | ||
| util.go | ||