1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/cmd/cgo
Robert Griesemer 74cb963225 go/parser: Remove unused Parse* functions. Simplified ParseExpr signature.
Only ParseFile, ParseDir, and ParseExpr are used in the tree.
If partial parsing of code is required, it is fairly simple
to wrap the relevant piece of code into a dummy package for
parsing (see parser.ParseExpr).

Also: minor cleanups.

R=rsc
CC=golang-dev
https://golang.org/cl/5535055
2012-01-12 16:04:48 -08:00
..
ast.go go/doc: move CommentText to ast.CommentGroup's Text method 2012-01-12 11:34:02 -08:00
doc.go cgo: fix typo in the documentation 2011-12-06 08:16:39 -08:00
gcc.go go/parser: Remove unused Parse* functions. Simplified ParseExpr signature. 2012-01-12 16:04:48 -08:00
godefs.go go/printer, gofmt: don't write too many newlines 2011-12-15 13:51:47 -08:00
main.go go: build runtime/cgo 2011-12-20 14:25:23 -05:00
Makefile godefs: delete, replaced by cgo -godefs 2011-11-10 19:08:04 -05:00
out.go cgo: write _cgo_export.h to object directory, not source dir 2012-01-12 15:04:31 -08:00
util.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00