Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tools/clang/scripts/update.sh

Issue 11361133: roll clang 165787:167488 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: old flag Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index a708870c0c40faca239af54195f3f4a1c7e09369..570258b045774ca986d0eb12368df4d06b82d549 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -13,7 +13,7 @@ if [[ $ANDROID_SDK_VERSION || $PWD =~ [Aa]ndroid ]]; then
# http://crbug.com/156947
CLANG_REVISION=163674
else
- CLANG_REVISION=165787
+ CLANG_REVISION=167488
fi
THIS_DIR="$(dirname "${0}")"
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698