tools/go/analysis
Alan Donovan a398e557df go/analysis/passes/cgocall: split out of vet
This checker needed some reworking because whereas vet sees
unprocessed cgo source files (with partial type information), the
analysis API sees cgo-processed files with complete type information.
However, that means the checker must effectively undo some of the
transformations done by cgo, making it more fragile during changes to
cgo.

Change-Id: I3a243260f59b16e2e546e8f3e4585b93d3731192
Reviewed-on: https://go-review.googlesource.com/c/141157
Reviewed-by: Michael Matloob <matloob@golang.org>
2018-10-11 15:25:55 +00:00
..
analysistest go/analysis/passes/cgocall: split out of vet 2018-10-11 15:25:55 +00:00
cmd/analyze go/analysis/passes/buildtag: split out of vet 2018-10-08 17:33:41 +00:00
internal/checker go/analysis/passes/tests: split out from vet 2018-10-10 21:46:53 +00:00
multichecker go/analysis: add command-line help 2018-09-28 16:51:45 +00:00
passes go/analysis/passes/cgocall: split out of vet 2018-10-11 15:25:55 +00:00
singlechecker go/analysis: add command-line help 2018-09-28 16:51:45 +00:00
analysis.go go/analysis: write package documentation 2018-10-08 17:31:26 +00:00
doc.go go/analysis: write package documentation 2018-10-08 17:31:26 +00:00
validate.go go/analysis: write package documentation 2018-10-08 17:31:26 +00:00