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

Issue 2001073002: [build] Fix a clang warning (Closed)

Created:
4 years, 7 months ago by Michael Achenbach
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-mips-ports_googlegroups.com, Hannes Payer (out of office), ulan
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[build] Fix a clang warning For cross-compiler-compatibility and standards compliance %p requires a void*, rather than any pointer type. BUG=chromium:474921 Committed: https://crrev.com/a23222ed32d8a4829af1dc33f93ca599fef6c50a Cr-Commit-Position: refs/heads/master@{#36466}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : Roll back standalone.gypi #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -140 lines) Patch
M src/arm/disasm-arm.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 4 chunks +11 lines, -12 lines 0 comments Download
M src/arm64/disasm-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/simulator-arm64.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/ast/prettyprinter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/disassembler.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/global-handles.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 3 chunks +6 lines, -4 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/ppc/ic-ppc.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/s390/ic-s390.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log-utils.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/mips/disasm-mips.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/simulator-mips.cc View 1 2 3 4 3 chunks +11 lines, -12 lines 0 comments Download
M src/mips64/disasm-mips64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips64/simulator-mips64.cc View 1 2 3 4 3 chunks +11 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/disasm-ppc.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/profiler/allocation-tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/profiler/heap-snapshot-generator.cc View 4 chunks +12 lines, -21 lines 0 comments Download
M src/profiler/profile-generator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/s390/disasm-s390.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/disasm-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-mips.cc View 1 2 3 4 3 chunks +7 lines, -9 lines 0 comments Download
M test/cctest/test-disasm-mips64.cc View 1 2 3 4 3 chunks +7 lines, -9 lines 0 comments Download
M test/cctest/test-log.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-reloc-info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/trace-extension.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 43 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/20001
4 years, 7 months ago (2016-05-23 09:31:04 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/2004)
4 years, 7 months ago (2016-05-23 09:35:00 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/40001
4 years, 7 months ago (2016-05-23 09:52:39 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/2008)
4 years, 7 months ago (2016-05-23 09:56:10 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/60001
4 years, 7 months ago (2016-05-23 11:51:02 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/15766)
4 years, 7 months ago (2016-05-23 11:55:53 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/80001
4 years, 7 months ago (2016-05-23 14:01:55 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 14:33:32 UTC) #16
Michael Achenbach
PTAL. Not really sure what I'm doing when I enter c++ land. Is it useful ...
4 years, 7 months ago (2016-05-23 14:56:43 UTC) #19
vogelheim
On 2016/05/23 14:56:43, Michael Achenbach (slow) wrote: > PTAL. Not really sure what I'm doing ...
4 years, 7 months ago (2016-05-23 15:49:52 UTC) #20
vogelheim
On 2016/05/23 15:49:52, vogelheim wrote: > On 2016/05/23 14:56:43, Michael Achenbach (slow) wrote: > > ...
4 years, 7 months ago (2016-05-23 16:24:44 UTC) #21
vogelheim
From additional discussions w/ Jakob: Chrome does this, too: https://codereview.chromium.org/1148953002/ Clang introduced this after long ...
4 years, 7 months ago (2016-05-23 16:54:59 UTC) #22
vogelheim
lgtm w/ one nit: Please change the CL description to explicitly explain what the warning ...
4 years, 7 months ago (2016-05-24 06:52:06 UTC) #23
vogelheim
https://codereview.chromium.org/2001073002/diff/80001/test/cctest/test-disasm-mips64.cc File test/cctest/test-disasm-mips64.cc (right): https://codereview.chromium.org/2001073002/diff/80001/test/cctest/test-disasm-mips64.cc#newcode139 test/cctest/test-disasm-mips64.cc:139: reinterpret_cast<void *>(((uint64_t)(progcounter + 1) & ~0xfffffff) | \ On ...
4 years, 7 months ago (2016-05-24 06:52:23 UTC) #24
Michael Achenbach
On 2016/05/24 06:52:06, vogelheim wrote: > lgtm w/ one nit: > > Please change the ...
4 years, 7 months ago (2016-05-24 07:17:40 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/120001
4 years, 7 months ago (2016-05-24 07:18:57 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/15831)
4 years, 7 months ago (2016-05-24 07:25:48 UTC) #31
Michael Achenbach
PTAL owners of: src/ast/prettyprinter.cc src/heap/mark-compact.cc src/heap/spaces-inl.h src/heap/spaces.cc src/ic/arm/ic-arm.cc src/ic/arm64/ic-arm64.cc src/ic/ia32/ic-ia32.cc src/ic/mips/ic-mips.cc src/ic/mips64/ic-mips64.cc src/ic/ppc/ic-ppc.cc src/ic/s390/ic-s390.cc src/ic/x64/ic-x64.cc ...
4 years, 7 months ago (2016-05-24 07:29:19 UTC) #34
Benedikt Meurer
LGTM.
4 years, 7 months ago (2016-05-24 07:30:24 UTC) #35
Michael Lippautz
lgtm
4 years, 7 months ago (2016-05-24 10:41:22 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001073002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001073002/120001
4 years, 7 months ago (2016-05-24 10:42:45 UTC) #39
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-05-24 10:45:30 UTC) #41
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 10:47:34 UTC) #43
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a23222ed32d8a4829af1dc33f93ca599fef6c50a
Cr-Commit-Position: refs/heads/master@{#36466}

Powered by Google App Engine
This is Rietveld 408576698