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

Issue 1213623017: clang/win: Let the compiler know that NaClSwitch() cannot return. (Closed)

Created:
5 years, 5 months ago by Nico
Modified:
5 years, 5 months ago
Reviewers:
Mark Seaborn
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client@master
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

clang/win: Let the compiler know that NaClSwitch() cannot return. No intended behavior change, this is to make -Winvalid-noreturn happy on Windows. BUG=chromium:504698 Committed: https://chromium.googlesource.com/native_client/src/native_client/+/d343e0729ef198620d0446e0b17640b5461c0687

Patch Set 1 #

Total comments: 5

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
Nico
5 years, 5 months ago (2015-07-07 21:01:12 UTC) #2
Mark Seaborn
LGTM https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c File src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c (right): https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c#newcode74 src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c:74: #if NACL_WINDOWS && __clang__ This should be "#if ...
5 years, 5 months ago (2015-07-07 21:05:04 UTC) #3
Nico
Thanks! https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c File src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c (right): https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c#newcode74 src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c:74: #if NACL_WINDOWS && __clang__ On 2015/07/07 21:05:04, Mark ...
5 years, 5 months ago (2015-07-07 21:10:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623017/20001
5 years, 5 months ago (2015-07-07 21:11:16 UTC) #7
Mark Seaborn
https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c File src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c (right): https://codereview.chromium.org/1213623017/diff/1/src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c#newcode74 src/trusted/service_runtime/arch/x86_32/nacl_switch_to_app_32.c:74: #if NACL_WINDOWS && __clang__ On 2015/07/07 21:10:46, Nico wrote: ...
5 years, 5 months ago (2015-07-07 21:13:09 UTC) #8
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-07-07 21:49:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623017/20001
5 years, 5 months ago (2015-07-07 21:53:09 UTC) #12
Nico
On 2015/07/07 21:53:09, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years, 5 months ago (2015-07-08 00:16:41 UTC) #13
Mark Seaborn
On 7 July 2015 at 17:16, <thakis@chromium.org> wrote: > On 2015/07/07 21:53:09, commit-bot: I haz ...
5 years, 5 months ago (2015-07-08 00:28:30 UTC) #14
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-07-08 00:38:59 UTC) #16
Nico
On 2015/07/08 00:38:59, commit-bot: I haz the power wrote: > Exceeded global retry quota Looks ...
5 years, 5 months ago (2015-07-08 01:14:02 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623017/20001
5 years, 5 months ago (2015-07-08 02:46:14 UTC) #19
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-07-08 03:13:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623017/20001
5 years, 5 months ago (2015-07-08 03:15:10 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: nacl-arm_opt_panda on tryserver.nacl (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.nacl/builders/nacl-arm_opt_panda/builds/10075)
5 years, 5 months ago (2015-07-08 03:18:52 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1213623017/20001
5 years, 5 months ago (2015-07-08 03:19:42 UTC) #27
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 05:34:38 UTC) #28
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/native_client/src/native_client/+/d343e0729...

Powered by Google App Engine
This is Rietveld 408576698