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

Issue 195060043: code review 195060043: compiler: Do not mark unused variables as used inside c...

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

Description

compiler: Do not mark unused variables as used inside closures. Fixes golang/go#6415.

Patch Set 1 #

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

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

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

Total comments: 2

Patch Set 5 : diff -r 0fde0b6a7eb2 https://code.google.com/p/gofrontend #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -6 lines) Patch
M go/parse.h View 1 chunk +1 line, -1 line 0 comments Download
M go/parse.cc View 5 chunks +22 lines, -5 lines 0 comments Download

Messages

Total messages: 5
cmang
Hello iant@golang.org (cc: gofrontend-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/gofrontend
10 years, 4 months ago (2015-01-12 21:55:07 UTC) #1
iant
https://codereview.appspot.com/195060043/diff/60001/go/parse.cc File go/parse.cc (right): https://codereview.appspot.com/195060043/diff/60001/go/parse.cc#newcode2453 go/parse.cc:2453: !may_be_sink, location); I would rather just pass down may_be_sink, ...
10 years, 4 months ago (2015-01-12 23:17:41 UTC) #2
cmang
https://codereview.appspot.com/195060043/diff/60001/go/parse.cc File go/parse.cc (right): https://codereview.appspot.com/195060043/diff/60001/go/parse.cc#newcode2453 go/parse.cc:2453: !may_be_sink, location); On 2015/01/12 23:17:41, iant wrote: > I ...
10 years, 4 months ago (2015-01-12 23:40:17 UTC) #3
iant
LGTM
10 years, 3 months ago (2015-01-20 21:24:13 UTC) #4
iant
10 years, 3 months ago (2015-01-20 21:28:39 UTC) #5
*** Submitted as
https://code.google.com/p/gofrontend/source/detail?r=00adc946a742 ***

compiler: Do not mark unused variables as used inside closures.

Fixes golang/go#6415.

LGTM=iant
R=iant
CC=gofrontend-dev
https://codereview.appspot.com/195060043

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