diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 21:50:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 21:50:27 +0000 |
commit | 3ab8d81b7e34403f8e4636aa2bc3b3b218332c0b (patch) | |
tree | 9240cb54d21285470fcf22f687b6aa744ffffe97 /tools/clang/scripts | |
parent | fab2bd203c07520c9c0fe5118a1d23fa8f5ca8ce (diff) | |
download | chromium_src-3ab8d81b7e34403f8e4636aa2bc3b3b218332c0b.zip chromium_src-3ab8d81b7e34403f8e4636aa2bc3b3b218332c0b.tar.gz chromium_src-3ab8d81b7e34403f8e4636aa2bc3b3b218332c0b.tar.bz2 |
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
Diffstat (limited to 'tools/clang/scripts')
-rwxr-xr-x | tools/clang/scripts/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |