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

Issue 2165513004: [parser] More CHECK_OK cleanup. (Closed)

Created:
4 years, 5 months ago by neis
Modified:
4 years, 5 months ago
Reviewers:
nickie, adamk
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[parser] More CHECK_OK cleanup. In parser.{cc,h}, replace CHECK_OK_CUSTOM by CHECK_OK_VOID, as that's all we need. Use this to convert all void* functions to void. R=adamk@chromium.org, nikolaos@chromium.org BUG= Committed: https://crrev.com/cde66a896e7547fd4bda4b1cd0ff22c75ddea487 Cr-Commit-Position: refs/heads/master@{#37878}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Niko's comment. #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -67 lines) Patch
M src/parsing/parser.h View 1 2 3 chunks +8 lines, -11 lines 0 comments Download
M src/parsing/parser.cc View 1 2 25 chunks +47 lines, -56 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
neis
4 years, 5 months ago (2016-07-19 09:55:50 UTC) #1
nickie
LGTM, with one very minor comment. https://codereview.chromium.org/2165513004/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2165513004/diff/1/src/parsing/parser.cc#newcode324 src/parsing/parser.cc:324: if (failed_) return ...
4 years, 5 months ago (2016-07-19 10:56:07 UTC) #3
neis
https://codereview.chromium.org/2165513004/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2165513004/diff/1/src/parsing/parser.cc#newcode324 src/parsing/parser.cc:324: if (failed_) return NULL; \ On 2016/07/19 10:56:07, nickie ...
4 years, 5 months ago (2016-07-19 15:21:21 UTC) #4
adamk
lgtm, nice cleanup
4 years, 5 months ago (2016-07-19 18:52:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165513004/20001
4 years, 5 months ago (2016-07-19 18:59:22 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/21161) v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 5 months ago (2016-07-19 19:01:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165513004/40001
4 years, 5 months ago (2016-07-19 19:21:52 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-19 19:45:59 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 19:47:54 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cde66a896e7547fd4bda4b1cd0ff22c75ddea487
Cr-Commit-Position: refs/heads/master@{#37878}

Powered by Google App Engine
This is Rietveld 408576698