| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 0abb42af0586bd7085e805720d9d15c2fec5a2c2..64f990a1aeba8d1b44f9353917c4fbdf378fb0f1 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -26,7 +26,7 @@ import zipfile
|
| # Do NOT CHANGE this if you don't know what you're doing -- see
|
| # https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
|
| # Reverting problematic clang rolls is safe, though.
|
| -CLANG_REVISION = '264915'
|
| +CLANG_REVISION = '265238'
|
|
|
| use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ
|
| if use_head_revision:
|
|
|