go/src/cmd
Robert Griesemer 42aa608f8a cmd/compile: remove confusing comment, fix comment for symExport
The symExport flag tells whether a symbol is in the export list
already or not (and it's also used to avoid being added to that
list). Exporting is based on that export list - no need to check
again.

Change-Id: I6056f97aa5c24a19376957da29199135c8da35f9
Reviewed-on: https://go-review.googlesource.com/39033
Reviewed-by: Dave Cheney <dave@cheney.net>
2017-03-31 00:54:15 +00:00
..
addr2line cmd/go: build test binaries with -s in addition to -w 2017-03-29 17:18:16 +00:00
api
asm cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7 instructions 2017-03-30 18:19:04 +00:00
cgo cmd/cgo: don't track same node twice in guessKinds 2017-02-02 17:20:37 +00:00
compile cmd/compile: remove confusing comment, fix comment for symExport 2017-03-31 00:54:15 +00:00
cover
dist cmd/go: add -json flag to go env 2017-03-29 06:50:07 +00:00
doc cmd/doc: implement "go doc struct.field" 2017-03-22 05:37:50 +00:00
fix cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
go cmd/go: exclude vendored packages from ... matches 2017-03-29 18:51:44 +00:00
gofmt cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
internal cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere 2017-03-30 22:51:43 +00:00
link cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere 2017-03-30 22:51:43 +00:00
nm all: fix some printf format strings 2017-02-14 02:09:30 +00:00
objdump cmd/objdump: make test independent of inlining 2017-02-19 21:27:16 +00:00
pack
pprof cmd/pprof: use proxy from environment 2017-03-19 05:45:51 +00:00
trace cmd/trace: traces may end with pending mark assists 2017-03-02 18:33:54 +00:00
vendor cmd/vendor/github.com/google/pprof: refresh from upstream 2017-03-01 21:36:03 +00:00
vet cmd/vet: remove Peek from list of canonical methods 2017-03-27 23:36:36 +00:00