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

Issue 688533002: Add a few missing overrides found by a new clang warning. (Closed)

Created:
6 years, 1 month ago by Nico
Modified:
6 years, 1 month ago
CC:
v8-dev, mvstanton
Project:
v8
Visibility:
Public.

Description

Add a few missing overrides found by a new clang warning. Namely, -Winconsistent-missing-override. No behavior change. BUG=v8:3658 LOG=N R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24994

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -102 lines) Patch
M src/ast.h View 9 chunks +16 lines, -16 lines 1 comment Download
M src/ast-numbering.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/code-stubs.h View 29 chunks +57 lines, -45 lines 0 comments Download
M src/compiler/ast-graph-builder.h View 2 chunks +2 lines, -2 lines 2 comments Download
M src/full-codegen.h View 2 chunks +2 lines, -2 lines 2 comments Download
M src/hydrogen-instructions.h View 15 chunks +30 lines, -25 lines 0 comments Download
M src/ic/ic.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scanner-character-streams.h View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/typing.h View 1 chunk +1 line, -1 line 3 comments Download

Messages

Total messages: 10 (3 generated)
Nico
6 years, 1 month ago (2014-10-28 23:21:43 UTC) #2
Vyacheslav Egorov (Google)
-me +jkummerow
6 years, 1 month ago (2014-10-28 23:24:22 UTC) #5
Nico
jkummerow: If you like this, it'd be great if you could land it too. I'm ...
6 years, 1 month ago (2014-10-29 00:48:12 UTC) #6
Sven Panne
If I understand the discussion on chromium-dev (https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/VTNZzizN0zo) correctly, there are 2 steps after this: ...
6 years, 1 month ago (2014-10-29 08:10:15 UTC) #7
Jakob Kummerow
LGTM. I'll land. Michael: FYI (ast.h). https://codereview.chromium.org/688533002/diff/1/src/ast.h File src/ast.h (right): https://codereview.chromium.org/688533002/diff/1/src/ast.h#newcode1716 src/ast.h:1716: virtual void SetFirstICFeedbackSlot(FeedbackVectorICSlot ...
6 years, 1 month ago (2014-10-29 10:17:45 UTC) #8
Nico
Thanks! Let me know if you want me to edit the 3 lines you pointed ...
6 years, 1 month ago (2014-10-29 15:43:39 UTC) #9
Jakob Kummerow
6 years, 1 month ago (2014-10-29 18:31:19 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24994 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698