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

Issue 6820028: Mark single-argument inline constructors as 'explicit'. (Closed)

Created:
9 years, 8 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Mark single-argument inline constructors as 'explicit'. There is currently a bug in cpplint.py hiding this problem. R=sgjesse@chromium.org BUG=1304 TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7567

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -19 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/api.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/virtual-frame-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 5 chunks +8 lines, -5 lines 0 comments Download
M src/objects.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/objects-inl.h View 2 chunks +10 lines, -1 line 0 comments Download
M src/property.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
9 years, 8 months ago (2011-04-11 09:49:25 UTC) #1
Søren Thygesen Gjesse
9 years, 8 months ago (2011-04-11 11:04:03 UTC) #2
LGTM - how about the bug in cpplint.py?

Powered by Google App Engine
This is Rietveld 408576698