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

Issue 11610044: code review 11610044: cmd/dist, cmd/go: enable more warnings, make clang erro... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by rsc
Modified:
11 years, 8 months ago
Reviewers:
dave, iant, bradfitz
CC:
golang-dev, bradfitz, dave_cheney.net
Visibility:
Public.

Description

cmd/dist, cmd/go: enable more warnings, make clang errors legible This does not change the default compiler on OS X to clang. It appears that for now we can keep using gcc as long as we enable a few more warning settings that are on-by-default elsewhere.

Patch Set 1 #

Patch Set 2 : diff -r 9a6496d310ec https://code.google.com/p/go/ #

Total comments: 1

Patch Set 3 : diff -r 9a6496d310ec https://code.google.com/p/go/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/cmd/dist/build.c View 1 2 chunks +6 lines, -0 lines 1 comment Download
M src/cmd/dist/unix.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/go/build.go View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/cmd/go/env.go View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 8 months ago (2013-07-19 23:28:42 UTC) #1
bradfitz
LGTM On Jul 20, 2013 9:28 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev1, > > Message: ...
11 years, 8 months ago (2013-07-19 23:29:40 UTC) #2
dave_cheney.net
LGTM.
11 years, 8 months ago (2013-07-19 23:35:46 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=1b4c0f6479cb *** cmd/dist, cmd/go: enable more warnings, make clang errors legible This ...
11 years, 8 months ago (2013-07-19 23:36:18 UTC) #4
remyoudompheng
https://codereview.appspot.com/11610044/diff/8001/src/cmd/dist/build.c File src/cmd/dist/build.c (right): https://codereview.appspot.com/11610044/diff/8001/src/cmd/dist/build.c#newcode628 src/cmd/dist/build.c:628: vadd(&gccargs, "-fno-caret-diagnostics"); Any reason why we don't do the ...
11 years, 8 months ago (2013-07-21 09:13:50 UTC) #5
iant
FYI https://codereview.appspot.com/11610044/diff/3001/src/cmd/dist/build.c File src/cmd/dist/build.c (right): https://codereview.appspot.com/11610044/diff/3001/src/cmd/dist/build.c#newcode628 src/cmd/dist/build.c:628: vadd(&gccargs, "-fno-caret-diagnostics"); GCC will also emit caret diagnostics ...
11 years, 8 months ago (2013-07-22 23:40:25 UTC) #6
rsc
Is there a "ignore unknown -f options" option? Russ
11 years, 8 months ago (2013-07-22 23:51:20 UTC) #7
iant
11 years, 8 months ago (2013-07-23 00:07:18 UTC) #8
On Mon, Jul 22, 2013 at 4:51 PM, Russ Cox <rsc@golang.org> wrote:
> Is there a "ignore unknown -f options" option?

Unfortunately not.

Ian
Sign in to reply to this message.

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