tools/go
Alan Donovan 3d1847243e oracle: disable parser bailout
This change sets ParserMode=AllErrors so that the parser is never
allowed to discard the AST and use a dummy one just because it saw too
many errors.

Also, change (*loader.Program).PathEnclosingInterval so that other
clients that forget to set this flag don't panic while calling
fset.File(f.Pos()).Base() on an ast.File f with no position info.

Change-Id: Ie544f169d367d2aa85426212b27063dc72e36fb1
Reviewed-on: https://go-review.googlesource.com/10290
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-05-20 20:27:48 +00:00
..
ast/astutil go/ast/astutil: set Pos for import name 2015-05-19 23:10:16 +00:00
buildutil go/buildutil: fix usage message for -tags flag 2015-05-08 14:48:23 +00:00
callgraph go/loader: eliminate ImportFromBinary option and PackageCreated hook 2015-04-17 18:58:17 +00:00
exact tools: add import comments. 2014-12-09 22:42:16 +00:00
gccgoimporter go/gccgoimporter: disable test case (fix build, at least partially) 2015-02-12 21:45:02 +00:00
gcimporter go/gcimporter: populate (*types.Package).Imports 2015-04-15 18:12:10 +00:00
importer tools: add import comments. 2014-12-09 22:42:16 +00:00
loader oracle: disable parser bailout 2015-05-20 20:27:48 +00:00
pointer go/pointer: Remove a mention of the deleted ImportFromBinary option. 2015-04-29 01:29:12 +00:00
ssa go/ssa/interp: remove hash/crc32 from test suite, since it uses Examples 2015-05-12 17:41:59 +00:00
types go/gcimporter: populate (*types.Package).Imports 2015-04-15 18:12:10 +00:00
vcs go/vcs: fix bug in remote package discovery 2015-01-10 08:10:09 +00:00