|
|
Created:
6 years ago by dmichael (off chromium) Modified:
5 years, 11 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. |
DescriptionTurn on clang check for WeakPtrFactory member order
Note that class templates are currently ignored by all Chromium checkers; see crbug.com/441916.
BUG=303818
Committed: https://crrev.com/16a7f5867f76aff97bba8d85996f380161f89673
Cr-Commit-Position: refs/heads/master@{#311770}
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : Remove landmine #Patch Set 4 : yyyet another #Patch Set 5 : oops #Patch Set 6 : another on android #Patch Set 7 : changes broken out #Messages
Total messages: 44 (26 generated)
dmichael@chromium.org changed reviewers: + thakis@chromium.org
I have a patch up for the one that's failing (just introduced today): https://codereview.chromium.org/809133002/ I'll wait for that before pushing the button...the landmines change should ensure that we're clean if this passes CQ.
https://codereview.chromium.org/803603003/diff/20001/build/get_landmines.py File build/get_landmines.py (right): https://codereview.chromium.org/803603003/diff/20001/build/get_landmines.py#n... build/get_landmines.py:66: print 'Enabling WeakPtrFactory clang checker (crbug.com/303818).' No need for this: ninja tracks if the command line of a build edge changes and reruns it if so. You're adding compiler flags, so all compile command lines will change and everything will Just Work. (Every line in this file is a bug in our build system. In an ideal world, clobbers should never be necessary.)
lgtm without the landmine
lgtm lgtm without the landmine
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Patchset #3 (id:40001) has been deleted
Patchset #3 (id:60001) has been deleted
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/80001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/80001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Patchset #4 (id:100001) has been deleted
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/140001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/260001
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/260001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
Patchset #10 (id:240001) has been deleted
Patchset #11 (id:280001) has been deleted
Patchset #6 (id:160001) has been deleted
Patchset #6 (id:180001) has been deleted
Patchset #6 (id:200001) has been deleted
Patchset #6 (id:220001) has been deleted
Patchset #6 (id:260001) has been deleted
Patchset #6 (id:300001) has been deleted
Patchset #5 (id:140001) has been deleted
Patchset #4 (id:120001) has been deleted
Patchset #7 (id:380001) has been deleted
The CQ bit was checked by dmichael@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/803603003/400001
Message was sent while issue was closed.
Committed patchset #7 (id:400001)
Message was sent while issue was closed.
Patchset 7 (id:??) landed as https://crrev.com/16a7f5867f76aff97bba8d85996f380161f89673 Cr-Commit-Position: refs/heads/master@{#311770} |