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

Issue 7129042: roll clang 132735:132784 (Closed)

Created:
9 years, 6 months ago by Nico
Modified:
9 years, 6 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, fischman+watch_chromium.org, pam+watch_chromium.org, ukai+watch_chromium.org, hans
Visibility:
Public.

Description

roll clang 132735:132784 Notable in this roll: hans' ?: warning now works for overloaded operators. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88576

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tools/clang/scripts/update.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
…and with this, we've caught up to clang trunk again. Hans' new warning didn't find ...
9 years, 6 months ago (2011-06-09 19:50:08 UTC) #1
Evan Martin
9 years, 6 months ago (2011-06-09 19:59:52 UTC) #2
OK

On Thu, Jun 9, 2011 at 12:50 PM,  <thakis@chromium.org> wrote:
> Reviewers: Evan Martin,
>
> Message:
> …and with this, we've caught up to clang trunk again.
>
> Hans' new warning didn't find anything.
>
> Description:
> roll clang 132735:132784
>
> Notable in this roll: hans' ?: warning now works for overloaded operators.
>
> BUG=none
> TEST=none
>
>
> Please review this at http://codereview.chromium.org/7129042/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
>  M tools/clang/scripts/update.sh
>
>
> Index: tools/clang/scripts/update.sh
> diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
> index
>
eda73fe2f5e3859f676d43849702c71ef7e53fa7..fbdf1e8981b9eac94e20fb901dea7db889c0ddef
> 100755
> --- a/tools/clang/scripts/update.sh
> +++ b/tools/clang/scripts/update.sh
> @@ -5,7 +5,7 @@
>
>  # This script will check out llvm and clang into third_party/llvm and build
> it.
>
> -CLANG_REVISION=132735
> +CLANG_REVISION=132784
>
>  THIS_DIR="$(dirname "${0}")"
>  LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm
>
>
>

Powered by Google App Engine
This is Rietveld 408576698