• Robert Griesemer's avatar
    go/types: Moving from *ast.Objects to types.Objects (step 2). · 94878070
    Robert Griesemer authored
    Completely removed *ast.Objects from being exposed by the
    types API. *ast.Objects are still required internally for
    resolution, but now the door is open for an internal-only
    rewrite of identifier resolution entirely at type-check
    time. Once that is done, ASTs can be type-checked whether
    they have been created via the go/parser or otherwise,
    and type-checking does not require *ast.Object or scope
    invariants to be maintained externally.
    
    R=adonovan
    CC=golang-dev
    https://golang.org/cl/7096048
    94878070
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...