summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-07 02:48:57 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-07 02:48:57 +0000
commit4a12a0e5e9b614801edfe78fa0f551a4c1014b98 (patch)
treea54764555c4d1f8a2d80624e3fc3d7b045a17561 /tools/clang/scripts
parent79ba6c7b6058c27f114fb339dec33a95e57752a5 (diff)
downloadchromium_src-4a12a0e5e9b614801edfe78fa0f551a4c1014b98.zip
chromium_src-4a12a0e5e9b614801edfe78fa0f551a4c1014b98.tar.gz
chromium_src-4a12a0e5e9b614801edfe78fa0f551a4c1014b98.tar.bz2
roll clang 130788:130990
Exciting new warning from clang's r130982: "Warn when trying to call a pure virtual member function in a class from the class constructor/destructor." Amazingly, we seen to have that problem 0 times in chromium. BUG=none TEST=none Review URL: http://codereview.chromium.org/6953009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang/scripts')
-rwxr-xr-xtools/clang/scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index 16c55e5..98f813e8 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=130788
+CLANG_REVISION=130990
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm