go/src/cmd/compile/internal/gc
Robert Griesemer e18cd34c76 cmd/compile: use correct line number for := (LCOLAS)
- use same local variable name (lno) for line number for LCOLAS everywhere
- remove now unneeded assignment of line number to yylval.i in lexer

Fix per suggestion of mdempsky.

Fixes #13415.

Change-Id: Ie3c7f5681615042a12b81b26724b3a5d8a979c25
Reviewed-on: https://go-review.googlesource.com/17248
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-11-28 03:36:00 +00:00
..
builtin runtime: add optional expensive check for invalid cgo pointer passing 2015-11-16 18:39:06 +00:00
align.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
bexport.go cmd/compile/internal/gc: introduce type for untyped constant kinds 2015-10-26 23:36:22 +00:00
bimport.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
builtin.go runtime: add optional expensive check for invalid cgo pointer passing 2015-11-16 18:39:06 +00:00
bv.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
cgen.go runtime: add optional expensive check for invalid cgo pointer passing 2015-11-16 18:39:06 +00:00
closure.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
const.go cmd/compile: fix Val vs Opt collision 2015-11-18 18:31:27 +00:00
cplx.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
dcl.go cmd/compile: special case nowritebarrierrec for allocm 2015-11-19 21:17:19 +00:00
esc.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
export.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
fmt.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
gen.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
go.go cmd/compile: remove yacc-based parser 2015-11-24 00:23:14 +00:00
gsubr.go cmd/compile: add special case for testing first field of struct variable 2015-11-16 18:39:40 +00:00
init.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
inl.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
lex.go cmd/compile: use correct line number for := (LCOLAS) 2015-11-28 03:36:00 +00:00
mkbuiltin.go cmd/compile: clarify where mkbuiltin.go input files are found 2015-10-19 23:28:34 +00:00
mparith2.go cmd/compile: allow huge rsh in constants arithmetic 2015-08-21 20:27:22 +00:00
mparith3.go cmd/compile/internal/gc: avoid potential endless loop in float printing 2015-11-10 20:36:52 +00:00
obj.go cmd/compile/internal: named types for Etype and Op in struct Node 2015-10-30 20:12:37 +00:00
opnames.go cmd/compile/internal/gc: give OASWB name 2015-06-30 15:51:59 +00:00
order.go cmd/compile: fix crash with -race on large expr containing string->[]byte conversion 2015-11-19 19:54:55 +00:00
parser.go cmd/compile: use correct line number for := (LCOLAS) 2015-11-28 03:36:00 +00:00
pgen.go cmd/compile: do not emit args_stackmap for func _ 2015-11-16 20:38:52 +00:00
pgen_test.go cmd/compile/internal/gc: eliminate stringsCompare for stackvar sorting 2015-09-20 21:07:12 +00:00
plive.go cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 when compiling PIC 2015-11-12 23:18:58 +00:00
popt.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
racewalk.go runtime: break out system-specific constants into package sys 2015-11-12 17:04:45 +00:00
range.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
reflect.go cmd/compile: identify the runtime pkg using myimportpath 2015-11-19 19:50:03 +00:00
reflect_test.go cmd/compile/internal/gc: use sort.Interface for reflect methods 2015-09-21 22:27:53 +00:00
reg.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00
select.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
sinit.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
subr.go cmd/compile: remove yacc-based parser 2015-11-24 00:23:14 +00:00
swt.go cmd/compile/internal/gc: introduce type for untyped constant kinds 2015-10-26 23:36:22 +00:00
swt_test.go cmd/compile/internal/gc: remove stringsCompare 2015-09-29 07:13:30 +00:00
syntax.go cmd/compile: add go:nowritebarrierrec annotation 2015-11-04 14:42:04 +00:00
typecheck.go cmd/compile: clearer error for invalid array/slice literal elements 2015-11-25 19:49:38 +00:00
unsafe.go cmd/compile/internal/gc: update old c-style comments 2015-10-23 15:33:50 +00:00
util.go cmd/compile/internal/gc: remove atoi function (minor cleanup) 2015-10-20 17:55:39 +00:00
walk.go cmd/compile: added support for mips64{,le} 2015-11-12 04:44:20 +00:00