]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: add ifaceassert and stringintconv checks
authorsmasher164 <aindurti@gmail.com>
Thu, 27 Feb 2020 08:44:13 +0000 (03:44 -0500)
committerIan Lance Taylor <iant@golang.org>
Tue, 10 Mar 2020 00:47:00 +0000 (00:47 +0000)
commita79ac2b819db2680ba835b9a76de9bcce10c5099
tree34cffc4e5215c775cc234fc79c5e8e9f778153bc
parent08dee51e59413ea57d758cd8b9f330a95d7abf23
cmd/vet: add ifaceassert and stringintconv checks

This change re-vendors x/tools to add the ifaceassert and stringintconv
checks to cmd/vet.

Fixes #32479.
Updates #4483.

Change-Id: I6bd30b0a3278592dfab4bd247036404ddaff09e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/221339
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/errorsas/errorsas.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/ifaceassert/ifaceassert.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/stringintconv/string.go [new file with mode: 0644]
src/cmd/vendor/modules.txt
src/cmd/vet/main.go