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

Issue 10689041: roll clang 155835:159409 (Closed)

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

Description

roll clang 155835:159409 First clang roll in a few weeks, so lots of new stuff: * better 'unused' warnings. Now catches e.g. "AutoLock(&lock);" * better 'uninitialized' warnings * template type eliding in diagnostics * TLS attribute support * New -Wunused-private-field warning (disabled for now) * style plugin has better warning for implicit destructors * method_iterator interface changed back to what it was, update plugin again * Warn on member variable self assignments BUG=135207 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145022

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : 409 #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M build/common.gypi View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/mesa/mesa.gyp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M tools/clang/plugins/FindBadConstructs.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Nico
Let's try this again!
8 years, 5 months ago (2012-06-29 16:12:52 UTC) #1
Nico
+mark, as hans is on vacation
8 years, 5 months ago (2012-06-29 17:09:45 UTC) #2
Mark Mentovai
LGTM http://codereview.chromium.org/10689041/diff/7001/tools/clang/scripts/update.sh File tools/clang/scripts/update.sh (right): http://codereview.chromium.org/10689041/diff/7001/tools/clang/scripts/update.sh#newcode11 tools/clang/scripts/update.sh:11: CLANG_REVISION=159381 Well it’s about time!
8 years, 5 months ago (2012-06-29 17:42:36 UTC) #3
Nico
On 2012/06/29 17:42:36, Mark Mentovai wrote: > LGTM > > http://codereview.chromium.org/10689041/diff/7001/tools/clang/scripts/update.sh > File tools/clang/scripts/update.sh (right): ...
8 years, 5 months ago (2012-06-29 17:43:18 UTC) #4
Nico
I changed this to 155409, which seems to fix http://crbug.com/135207 . This means chrome's clang ...
8 years, 5 months ago (2012-06-29 19:36:36 UTC) #5
Mark Mentovai
8 years, 5 months ago (2012-06-29 19:44:49 UTC) #6
LGTM if all of the builds can take it.

Powered by Google App Engine
This is Rietveld 408576698