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

Issue 2646553002: Fix unused lambda captures. (Closed)

Created:
3 years, 11 months ago by krasin1
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix unused lambda captures. Clang just got more strict about unused lambda captures, and that requires us to clean all places with this issue across all the Chromium code base. This CL fixes all such cases in V8. BUG=chromium:681136 Review-Url: https://codereview.chromium.org/2646553002 Cr-Commit-Position: refs/heads/master@{#42523} Committed: https://chromium.googlesource.com/v8/v8/+/5ccc719a3169f4b05843cfc69de8e1b9e8e67e7e

Patch Set 1 #

Patch Set 2 : Add a workaround for MSVC++. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -16 lines) Patch
M src/builtins/builtins-array.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/spaces.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/heap/slot-set-unittest.cc View 1 2 chunks +7 lines, -4 lines 0 comments Download
M test/unittests/value-serializer-unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 26 (16 generated)
krasin1
Hello Michael, please, review this small pack of fixes to the unused lambda captures. We ...
3 years, 11 months ago (2017-01-18 18:41:50 UTC) #4
krasin1
Hm... the windows failure makes it the change not as straightforward as I have thought. ...
3 years, 11 months ago (2017-01-18 18:59:52 UTC) #7
Michael Achenbach
Please also add some of the directory owners for review. Note that I'm usually not ...
3 years, 11 months ago (2017-01-18 21:14:46 UTC) #10
krasin1
On 2017/01/18 21:14:46, Michael Achenbach wrote: > Please also add some of the directory owners ...
3 years, 11 months ago (2017-01-18 22:05:41 UTC) #11
krasin1
On 2017/01/18 22:05:41, krasin1 wrote: > On 2017/01/18 21:14:46, Michael Achenbach wrote: > > Please ...
3 years, 11 months ago (2017-01-19 21:10:40 UTC) #16
krasin1
Hello Hannes, this CL fixes a bunch of stack-use-after-scope issues found by AddressSanitizer with user-after-scope ...
3 years, 11 months ago (2017-01-19 21:13:25 UTC) #18
Michael Lippautz
On 2017/01/19 21:13:25, krasin1 wrote: > Hello Hannes, > > this CL fixes a bunch ...
3 years, 11 months ago (2017-01-19 21:27:15 UTC) #19
krasin1
> drive-by lgtm, thanks! Thank you very much, Michael!
3 years, 11 months ago (2017-01-19 21:31:49 UTC) #20
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/2646553002/20001
3 years, 11 months ago (2017-01-19 21:32:01 UTC) #22
commit-bot: I haz the power
3 years, 11 months ago (2017-01-19 21:34:08 UTC) #26
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/5ccc719a3169f4b05843cfc69de8e1b9e8e...

Powered by Google App Engine
This is Rietveld 408576698