Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 1217433002: Subzero: Enable errors for unused parameters. (Closed)

Created:
5 years, 6 months ago by Jim Stichnoth
Modified:
5 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Enable errors for unused parameters. Uses pragmas when including problematic LLVM headers, so that clang doesn't warn about unused parameters -- a rampant problem in the LLVM code. This way, we can increase clang's pickiness on Subzero code, and also not drown in LLVM warnings. BUG= none R=jpp@chromium.org, jvoung@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=98da96678bc2705d4a37e17b87bbb3c031be9ae0

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -1 line) Patch
M Makefile.standalone View 1 chunk +1 line, -1 line 0 comments Download
M src/IceClFlags.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceClFlagsExtra.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceCompileServer.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceCompiler.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceConverter.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceGlobalInits.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTimerTree.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/PNaClTranslator.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M unittest/BitcodeMunge.h View 1 chunk +3 lines, -0 lines 0 comments Download
M unittest/IceParseInstsTest.cpp View 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (1 generated)
Jim Stichnoth
5 years, 6 months ago (2015-06-26 05:36:07 UTC) #2
Jim Stichnoth
5 years, 6 months ago (2015-06-26 05:36:09 UTC) #3
jvoung (off chromium)
LGTM https://codereview.chromium.org/1217433002/diff/1/unittest/IceParseInstsTest.cpp File unittest/IceParseInstsTest.cpp (right): https://codereview.chromium.org/1217433002/diff/1/unittest/IceParseInstsTest.cpp#newcode20 unittest/IceParseInstsTest.cpp:20: #include "unittests/Bitcode/NaClMungeTest.h" Btw, this "unittests/..." one is also ...
5 years, 6 months ago (2015-06-26 16:11:14 UTC) #4
John
lgtm This is great! Thanks for doing this.
5 years, 6 months ago (2015-06-26 17:59:05 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/1217433002/diff/1/unittest/IceParseInstsTest.cpp File unittest/IceParseInstsTest.cpp (right): https://codereview.chromium.org/1217433002/diff/1/unittest/IceParseInstsTest.cpp#newcode20 unittest/IceParseInstsTest.cpp:20: #include "unittests/Bitcode/NaClMungeTest.h" On 2015/06/26 16:11:14, jvoung wrote: > Btw, ...
5 years, 5 months ago (2015-06-27 13:35:33 UTC) #6
Jim Stichnoth
5 years, 5 months ago (2015-06-27 13:38:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
98da96678bc2705d4a37e17b87bbb3c031be9ae0 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698