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

Issue 1162623003: Enable template checking for the clang plugin on Android. (Closed)

Created:
5 years, 6 months ago by dcheng
Modified:
5 years, 6 months ago
Reviewers:
Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable template checking for the clang plugin on Android. This enables the plugin to check templated classes for the following things: - Refcounted types have private destructors. - WeakPtrFactory members are the last members BUG=441916 Committed: https://crrev.com/b0dad9e37be79905855ac637a041429775582edd Cr-Commit-Position: refs/heads/master@{#331907}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/config/clang/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
dcheng
It built locally after I synced ~10 minutes ago. I plan on git cl landing ...
5 years, 6 months ago (2015-05-28 17:18:13 UTC) #2
Nico
lgtm, but why not land through the cq? should be pretty fast these days (did ...
5 years, 6 months ago (2015-05-28 17:24:13 UTC) #3
dcheng
OK, so it turns out the CL description isn't completely accurate. We're not yet checking ...
5 years, 6 months ago (2015-05-28 20:47:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162623003/1
5 years, 6 months ago (2015-05-29 00:35:37 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-05-29 01:40:51 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/b0dad9e37be79905855ac637a041429775582edd Cr-Commit-Position: refs/heads/master@{#331907}
5 years, 6 months ago (2015-05-29 01:41:49 UTC) #8
dmurph
On 2015/05/29 at 01:41:49, commit-bot wrote: > Patchset 1 (id:??) landed as https://crrev.com/b0dad9e37be79905855ac637a041429775582edd > Cr-Commit-Position: ...
5 years, 6 months ago (2015-05-29 05:08:09 UTC) #9
dcheng
5 years, 6 months ago (2015-05-29 05:16:48 UTC) #10
Message was sent while issue was closed.
On 2015/05/29 at 05:08:09, dmurph wrote:
> On 2015/05/29 at 01:41:49, commit-bot wrote:
> > Patchset 1 (id:??) landed as
https://crrev.com/b0dad9e37be79905855ac637a041429775582edd
> > Cr-Commit-Position: refs/heads/master@{#331907}
> 
> Any chance this is causing our clang issues here:
>
http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...

That breakage is due to https://codereview.chromium.org/1084173004, which
changed the definition of SwapCompletionCallback:
typedef base::Callback<void(gfx::SwapResult)> SwapCompletionCallback;

Powered by Google App Engine
This is Rietveld 408576698