1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:11:21 -06:00
go/src/cmd/vet
Rob Pike d73452b30f cmd/vet: fix for changes to go/types package
Need to use (or stub) exact.Value.

R=gri
CC=golang-dev
https://golang.org/cl/9126043
2013-05-14 15:49:58 -07:00
..
asmdecl.go vet: add a progress message to asmdecl.go 2013-03-27 16:55:16 -07:00
assign.go vet: check for useless assignments. 2013-03-06 09:55:04 +11:00
atomic.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
buildtag.go cmd/vet: add assembly checker 2013-03-22 15:14:40 -04:00
deadcode.go cmd/vet: diagnose unreachable code 2013-03-22 17:46:45 -04:00
doc.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
main.go cmd/vet: fix for changes to go/types package 2013-05-14 15:49:58 -07:00
Makefile cmd/vet: clean up the test 2013-04-24 10:40:29 -07:00
method.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
print.go cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00
rangeloop.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
structtag.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
taglit.go cmd/vet: make struct tag literal test work better with no go/types 2013-03-13 17:37:37 -04:00
test_asm1.s cmd/vet: fix assembly test files 2013-03-27 16:29:12 -07:00
test_asm2.s cmd/vet: fix assembly test files 2013-03-27 16:29:12 -07:00
test_asm3.s cmd/vet: fix assembly test files 2013-03-27 16:29:12 -07:00
test_asm.go cmd/vet: add assembly checker 2013-03-22 15:14:40 -04:00
test_assign.go vet: check for useless assignments. 2013-03-06 09:55:04 +11:00
test_atomic.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_buildtag_bad.go cmd/vet: clean up the test 2013-04-24 10:40:29 -07:00
test_buildtag.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_deadcode.go vet: fix test_deadcode.go's tests 2013-03-27 16:30:20 -07:00
test_method.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_print.go cmd/vet: use go/printer to pretty-print expressions in printf messages 2013-03-01 12:30:09 -08:00
test_rangeloop.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_structtag.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_taglit.go cmd/vet: make struct tag literal test work better with no go/types 2013-03-13 17:37:37 -04:00
types.go cmd/vet: fix for changes to go/types package 2013-05-14 15:49:58 -07:00
typestub.go cmd/vet: fix for changes to go/types package 2013-05-14 15:49:58 -07:00