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

Issue 2263973003: [parser] Modify some const qualifications (Closed)

Created:
4 years, 4 months ago by nickie
Modified:
4 years, 4 months ago
Reviewers:
adamk, marja
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] Modify some const qualifications This patch const-qualifies some methods of ParserBase. It also unqualifies some methods of Parser and Preparser. The reason for the latter is that, in principle, the methods of AstNodeFactory should be allowed to change the factory's state, therefore should not be const and should not be used from const-qualified parser/pre-parser methods. R=adamk@chromium.org, marja@chromium.org BUG= LOG=N Committed: https://crrev.com/dc18cc1d4f4ac2f50111ccfa2f93ca9d10f4c54b Cr-Commit-Position: refs/heads/master@{#38813}

Patch Set 1 #

Patch Set 2 : Drop changes in AstNodeFactory #

Patch Set 3 : Rebase #

Patch Set 4 : Formatting #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -29 lines) Patch
M src/parsing/parser.h View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M src/parsing/parser.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
M src/parsing/preparser.h View 1 2 3 3 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 31 (17 generated)
nickie
4 years, 4 months ago (2016-08-22 10:03:05 UTC) #1
nickie
Marja and I discussed about the changes to AstNodeFactory. It seems a better option to ...
4 years, 4 months ago (2016-08-22 11:56:14 UTC) #2
nickie
On 2016/08/22 11:56:14, nickie wrote: > Marja and I discussed about the changes to AstNodeFactory. ...
4 years, 4 months ago (2016-08-22 13:23:06 UTC) #4
adamk
lgtm
4 years, 4 months ago (2016-08-22 18:49:40 UTC) #9
marja
lgtm
4 years, 4 months ago (2016-08-23 08:29:33 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/2263973003/20001
4 years, 4 months ago (2016-08-23 08:31:47 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/22335)
4 years, 4 months ago (2016-08-23 08:35:53 UTC) #14
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/2263973003/40001
4 years, 4 months ago (2016-08-23 09:54:01 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/22342)
4 years, 4 months ago (2016-08-23 09:58:11 UTC) #19
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/2263973003/60001
4 years, 4 months ago (2016-08-23 10:08:10 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/7417)
4 years, 4 months ago (2016-08-23 10:13:22 UTC) #24
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/2263973003/80001
4 years, 4 months ago (2016-08-23 10:17:40 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-23 10:39:01 UTC) #29
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 10:39:24 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dc18cc1d4f4ac2f50111ccfa2f93ca9d10f4c54b
Cr-Commit-Position: refs/heads/master@{#38813}

Powered by Google App Engine
This is Rietveld 408576698