forked from golang/go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/types: port recent x/tools/go/types fixes
The main change is: golang.org/cl/10800 add pos parameter to Eval; remove New, EvalNode followed by several cleanups/follow-up fixes: golang.org/cl/10992 remove global vars in test golang.org/cl/10994 remove unused scope parameter from NewSignature golang.org/cl/10995 provide full source file extent to file scope golang.org/cl/10996 comment fix in resolver.go golang.org/cl/11004 updated cmd/vet golang.org/cl/11042 be robust in the presence of incorrect/missing position info Fixes golang#9980. Change-Id: Id4aff688f6a399f76bf92b84c7e793b8da8baa48 Reviewed-on: https://go-review.googlesource.com/11122 Reviewed-by: Alan Donovan <[email protected]>
- Loading branch information
Showing
20 changed files
with
363 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.