Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4307)

Issue 169010043: code review 169010043: compiler: Do not dereference a named pointer type when ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by cmang
Modified:
9 years, 5 months ago
Reviewers:
iant
CC:
iant, gofrontend-dev_googlegroups.com, gri
Visibility:
Public.

Description

compiler: Do not dereference a named pointer type when looking up a method. Fixes Issue 9018.

Patch Set 1 #

Patch Set 2 : diff -r 1cdb2376229c https://code.google.com/p/gofrontend #

Patch Set 3 : diff -r 547a3bf5788a https://code.google.com/p/gofrontend #

Total comments: 2

Patch Set 4 : diff -r 547a3bf5788a https://code.google.com/p/gofrontend #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M go/types.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5
cmang
Hello iant@golang.org (cc: gofrontend-dev@googlegroups.com, gri@golang.org), I'd like you to review this change to https://code.google.com/p/gofrontend
9 years, 5 months ago (2014-11-24 14:35:56 UTC) #1
iant
https://codereview.appspot.com/169010043/diff/40001/go/types.cc File go/types.cc (right): https://codereview.appspot.com/169010043/diff/40001/go/types.cc#newcode10043 go/types.cc:10043: // type, it is illegal to automatically dereference the ...
9 years, 5 months ago (2014-11-24 16:07:39 UTC) #2
cmang
https://codereview.appspot.com/169010043/diff/40001/go/types.cc File go/types.cc (right): https://codereview.appspot.com/169010043/diff/40001/go/types.cc#newcode10043 go/types.cc:10043: // type, it is illegal to automatically dereference the ...
9 years, 5 months ago (2014-11-24 16:14:46 UTC) #3
iant
LGTM
9 years, 5 months ago (2014-11-24 17:05:32 UTC) #4
iant
9 years, 5 months ago (2014-11-24 17:08:51 UTC) #5
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=ecb446470344 ***

compiler: Do not dereference a named pointer type when looking up a method.

Fixes Issue 9018.

LGTM=iant
R=iant
CC=gofrontend-dev, gri
https://codereview.appspot.com/169010043

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b