Also: extend analysistest to extract '// want ...' comments out of non-Go source files such as assembly. This change also moves asm8.s file into the right directory so that it gets exercised by the test. All the .s files were git-mv'd and then the ERROR comments were changed to 'want'; also +build vet_test tags were removed. Sadly Gerrit reports the old and new files as unrelated... Change-Id: I8a2ecd6dd6fb0e20630f0ba6205c4378e4e912b3 Reviewed-on: https://go-review.googlesource.com/c/140120 Reviewed-by: Michael Matloob <matloob@golang.org> |
||
|---|---|---|
| .. | ||
| asmdecl | ||
| buildtag | ||
| ctrlflow | ||
| findcall | ||
| inspect | ||
| lostcancel | ||
| pkgfact | ||
| vet | ||
| README | ||
README
This directory does not contain a Go package, but acts as a container for various analyses that implement the golang.org/x/tools/go/analysis API and may be imported into an analysis tool. By convention, each package foo provides the analysis, and each command foo/cmd/foo provides a standalone driver.