From 3ab8d81b7e34403f8e4636aa2bc3b3b218332c0b Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 28 Nov 2011 21:50:27 +0000 Subject: roll clang 145052:145240 Notable in this roll is that it adds support for mandatory OVERRIDEs on overridden functions in chromium code to the chromium style plugin. The warning is currently behind a flag. BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/8718015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111776 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/clang/scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/clang/scripts') diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index 43e173f..a2bb824 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -8,7 +8,7 @@ # Do NOT CHANGE this if you don't know what you're doing -- see # http://code.google.com/p/chromium/wiki/UpdatingClang # Reverting problematic clang rolls is safe, though. -CLANG_REVISION=145052 +CLANG_REVISION=145240 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" -- cgit v1.1