1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:14:29 -06:00
go/misc/cgo/errors
griesemer ca2a886cba cmd/compile: record original and absolute file names for line directives
Also, with this change, error locations don't print absolute positions
in [] brackets following positions relative to line directives. To get
the absolute positions as well, specify the -L flag.

Fixes #22660.

Change-Id: I9ecfa254f053defba9c802222874155fa12fee2c
Reviewed-on: https://go-review.googlesource.com/77090
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2017-11-13 16:47:41 +00:00
..
src misc/cgo/errors: test that the Go rune type is not identical to C.int 2017-09-14 02:24:39 +00:00
errors_test.go cmd/compile: record original and absolute file names for line directives 2017-11-13 16:47:41 +00:00
ptr_test.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00