diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 00:04:37 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 00:04:37 +0000 |
commit | ae7ba1ee25011a3158ecf73e3014699fa8dc7406 (patch) | |
tree | 9210cb99efc4b071434db07e0258863e1899cb9a /tools | |
parent | e85c4950486ca810ef6c84daede9cab2c7893efe (diff) | |
download | chromium_src-ae7ba1ee25011a3158ecf73e3014699fa8dc7406.zip chromium_src-ae7ba1ee25011a3158ecf73e3014699fa8dc7406.tar.gz chromium_src-ae7ba1ee25011a3158ecf73e3014699fa8dc7406.tar.bz2 |
Roll clang to r126754:r127176
This brings in a fix that makes -Woverloaded-virtual not warn for
static functions, which is required for the linux_views bot (r126966).
It also contains a fix (r127176) for a regression introduced in r126797.
BUG=70465,72205
TEST=none
Review URL: http://codereview.chromium.org/6628034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 dac2640..62ea8cd 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=126754 +CLANG_REVISION=127176 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm |