go/src/cmd/vet
Russ Cox 6f0c7df8ed cmd/vet: power64 is now ppc64
This was missed when we did the rename months ago
because cmd/vet did not live in the main tree.
Now vet's asmdecl checks will apply to ppc64 assembly too.

Change-Id: I687cba89fef702f29dd118de76a7ca1041c414f6
Reviewed-on: https://go-review.googlesource.com/13677
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-08-18 17:00:59 +00:00
..
testdata cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
whitelist
asmdecl.go cmd/vet: power64 is now ppc64 2015-08-18 17:00:59 +00:00
assign.go
atomic.go
bool.go
buildtag.go
composite.go
copylock.go cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
deadcode.go
doc.go cmd/vet: refer info about -printfuncs to the -printf flag 2015-06-22 20:42:01 +00:00
main.go
method.go
nilfunc.go
print.go
rangeloop.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
shadow.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
shift.go
structtag.go
types.go cmd/vet: remove dependency on types.New 2015-06-08 20:52:07 +00:00
unsafeptr.go
unused.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
vet_test.go all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00