go/src/cmd/compile/internal/syntax
Robert Griesemer e956dcbdb5 cmd/compile: better variable names in internal/syntax/branches.go
Follow-up on https://go-review.googlesource.com/#/c/39998/.

Change-Id: I97f8e31ca923685198984ad64f952d6dc8208edf
Reviewed-on: https://go-review.googlesource.com/40982
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Marvin Stenger <marvin.stenger94@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-04-19 02:28:18 +00:00
..
branches.go cmd/compile: better variable names in internal/syntax/branches.go 2017-04-19 02:28:18 +00:00
dumper.go cmd/compile/internal/syntax: print position info for names in tree dump 2017-03-06 23:45:14 +00:00
dumper_test.go [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos 2017-01-09 22:33:23 +00:00
nodes.go cmd/compile/internal/syntax: always construct a correct syntax tree 2017-03-25 21:01:49 +00:00
nodes_test.go all: fix minor misspellings 2017-04-03 23:19:07 +00:00
parser.go cmd/compile: check labels and branches during parse time 2017-04-19 00:36:34 +00:00
parser_test.go cmd/compile/internal/syntax: replace inlined statement lists with syntax.BlockStmt 2017-03-22 22:37:08 +00:00
printer.go cmd/compile/internal/syntax: always construct a correct syntax tree 2017-03-25 21:01:49 +00:00
printer_test.go all: merge dev.inline into master 2017-02-01 09:47:23 -05:00
scanner.go cmd/compile/internal/syntax: start line offset (column) numbers at 1 2017-03-09 23:28:48 +00:00
scanner_test.go cmd/compile/internal/syntax: start line offset (column) numbers at 1 2017-03-09 23:28:48 +00:00
source.go cmd/compile/internal/syntax: start line offset (column) numbers at 1 2017-03-09 23:28:48 +00:00
syntax.go cmd/compile: check labels and branches during parse time 2017-04-19 00:36:34 +00:00
tokens.go Revert "cmd/compile/internal/syntax: support for alias declarations" 2016-11-05 00:46:39 +00:00