1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:34:40 -07:00
go/cmd
Austin Clements 348181cdd4 cmd/vet: tests for RET checking, SP checking, and leaf functions
Add tests for recently introduced asm error checks in vet.
This adds tests for the new warnings about functions that
don't store to their return slot before returning or that
store to SP-relative addresses in or beyond the argument
frame.  It also adds a test for leaf function handling on arm,
where the link register is not implicitly saved.

LGTM=rsc
R=rsc
CC=adg, golang-codereviews, r
https://golang.org/cl/166040044
2014-11-03 17:27:41 -05:00
..
benchcmp benchcmp: Fix invocation instructions. 2014-07-22 17:50:39 +10:00
cover cmd/cover: add start lines numbers to each function in -func mode 2014-08-21 16:28:12 -07:00
digraph cmd/digraph: digraph: a UNIX-style utility command for common operations on directed graphs in text format. 2014-10-23 09:13:39 -04:00
eg cmd/eg: add -beforeedit flag, which specifies a command to run before editing a file. 2014-08-26 15:52:40 -04:00
godex go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
godoc go.tools/cmd/godoc: add handlers for new sub-repo paths 2014-10-31 09:01:52 +11:00
goimports go.tools/cmd/goimports: update doc.go to new emacs instructions 2014-07-01 10:24:22 -07:00
gorename refactor/rename: make -from syntax support string literals for complex import paths. 2014-10-31 15:39:22 -04:00
gotype go.tools/cmd/gotype: fix call site (fix build) 2014-06-17 11:06:19 -07:00
html2article html2article: Ignore empty anchor elements and obtain the original url from Google Docs 2014-08-19 17:55:46 -07:00
oracle go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate. 2014-09-08 13:24:38 -04:00
present go.tools/cmd/present: track page views for every slide. 2014-08-05 16:02:39 -07:00
ssadump go.tools/cmd/ssadump: print packages and functions to stdout, not stderr. 2014-08-01 14:44:37 -04:00
stringer go.tools/cmd/stringer: fix docs: stringer is not a "go tool" 2014-09-09 13:29:38 -07:00
vet cmd/vet: tests for RET checking, SP checking, and leaf functions 2014-11-03 17:27:41 -05:00