diff options
Diffstat (limited to 'tools/clang/scripts/update.sh')
-rwxr-xr-x | tools/clang/scripts/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index 0cfa558..05a7414 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -7,6 +7,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=143497 THIS_DIR="$(dirname "${0}")" |