From c76dd0f28d2efe5bab93abd6a87e4e598716ef05 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 7 Feb 2011 22:09:37 +0000 Subject: Roll clang to r125007 The static analysis-based part of -Wuninitialized moved back to -Wuninitialized-experimental, so turn on -Wuninitialized again. BUG=72205,71375 TEST=none Review URL: http://codereview.chromium.org/6312190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74030 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/clang/scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index b9ebad9..9e1408a 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=124477 +CLANG_REVISION=125007 THIS_DIR=$(dirname $0) LLVM_DIR=$THIS_DIR/../../../third_party/llvm -- cgit v1.1