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

Issue 2015043: code review 2015043: gc: fix parenthesization check (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by rsc
Modified:
14 years, 8 months ago
Reviewers:
CC:
ken2, golang-dev
Visibility:
Public.

Description

gc: fix parenthesization check Cannot use paren field in Node because all instances of a given symbol name use the same Node. Fixes issue 1022.

Patch Set 1 #

Patch Set 2 : code review 2015043: gc: fix parenthesization check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -16 lines) Patch
M src/cmd/gc/go.h View 2 chunks +1 line, -1 line 0 comments Download
M src/cmd/gc/go.y View 7 chunks +20 lines, -15 lines 0 comments Download
M src/cmd/gc/print.c View 2 chunks +7 lines, -0 lines 0 comments Download
M src/cmd/gc/typecheck.c View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 2
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-08-24 03:10:22 UTC) #1
rsc
14 years, 8 months ago (2010-08-24 03:10:32 UTC) #2
*** Submitted as http://code.google.com/p/go/source/detail?r=36cb646b1790 ***

gc: fix parenthesization check

Cannot use paren field in Node because all
instances of a given symbol name use the same Node.

Fixes issue 1022.

R=ken2
CC=golang-dev
http://codereview.appspot.com/2015043
Sign in to reply to this message.

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