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

Issue 10833055: roll clang 159409:160702 (Closed)

Created:
8 years, 4 months ago by Nico
Modified:
8 years, 4 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, glotov+watch_chromium.org, pam+watch_chromium.org, ukai+watch_chromium.org
Visibility:
Public.

Description

roll clang 159409:160702 * Lets -Wunused-private-field find more stuff * Fixes an ASan problem on precise * Improves the plugin's handling of inner classes (off by default, can be enabled with |-Xclang -plugin-arg-find-bad-constructs -Xclang check-inner-classes|) Abandoned because of http://llvm.org/PR13475 BUG=139346 TBR=hans

Patch Set 1 #

Patch Set 2 : out of line some #

Patch Set 3 : 160702 #

Patch Set 4 : rebase #

Patch Set 5 : smart #

Patch Set 6 : linux #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M base/process_util_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 1 comment Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Nico
(Hans and I discussed the roll over IRC, hence the TBR. Hans, please take a ...
8 years, 4 months ago (2012-07-27 23:34:26 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/10833055/2004
8 years, 4 months ago (2012-07-27 23:51:01 UTC) #2
commit-bot: I haz the power
Try job failure for 10833055-2004 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-07-28 00:46:16 UTC) #3
Nico
mark / rsesek, can one of you take a look at the process_util_unittest.cc change?
8 years, 4 months ago (2012-07-28 00:49:34 UTC) #4
Mark Mentovai
LGTM. Questions: Would volatile have worked? What’s clang’s new smartness doing here? https://chromiumcodereview.appspot.com/10833055/diff/3002/base/process_util_unittest.cc File base/process_util_unittest.cc ...
8 years, 4 months ago (2012-07-28 02:09:25 UTC) #5
Nico
I tried just "volatile buf[3]". It'd complain that free() doesn't take a volatile pointer, and ...
8 years, 4 months ago (2012-07-28 02:11:47 UTC) #6
Mark Mentovai
8 years, 4 months ago (2012-07-28 02:15:00 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698