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

Issue 13482006: Add clang tool to rewrite scoped_array<T> to scoped_ptr<T[]>. (Closed)

Created:
7 years, 8 months ago by dcheng
Modified:
7 years, 8 months ago
Reviewers:
Nico, awong
CC:
chromium-reviews
Visibility:
Public.

Description

Add clang tool to rewrite scoped_array<T> to scoped_ptr<T[]>. BUG=171111 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192700

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fold into main() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -1 line) Patch
A + tools/clang/rewrite_scoped_array/Makefile View 1 chunk +1 line, -1 line 0 comments Download
A tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp View 1 1 chunk +95 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_array/tests/test-expected.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_array/tests/test-original.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dcheng
Whee!
7 years, 8 months ago (2013-04-06 03:47:45 UTC) #1
Nico
basically lgtm, but I'd fold that one class into main() I think. https://codereview.chromium.org/13482006/diff/1/tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp File tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp ...
7 years, 8 months ago (2013-04-06 04:24:26 UTC) #2
dcheng
https://codereview.chromium.org/13482006/diff/1/tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp File tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp (right): https://codereview.chromium.org/13482006/diff/1/tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp#newcode52 tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp:52: }; On 2013/04/06 04:24:26, Nico wrote: > Does this ...
7 years, 8 months ago (2013-04-06 04:33:36 UTC) #3
dcheng
7 years, 8 months ago (2013-04-06 04:50:48 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r192700 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698