summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-12-04 09:24:47 -0500
committerNico Weber <thakis@chromium.org>2015-12-04 14:26:07 +0000
commit21e0f4f3f79089956fa2c43fb8441d4328ec8162 (patch)
tree3f1fd874008dea8b44530b5a6c1b45fcfc20013b /docs
parente747361b3877af48ebb20ec6e7999c2120d4a16a (diff)
downloadchromium_src-21e0f4f3f79089956fa2c43fb8441d4328ec8162.zip
chromium_src-21e0f4f3f79089956fa2c43fb8441d4328ec8162.tar.gz
chromium_src-21e0f4f3f79089956fa2c43fb8441d4328ec8162.tar.bz2
Remove another reference to update.sh in docs
BUG=494442 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/1494803006 . Cr-Commit-Position: refs/heads/master@{#363202}
Diffstat (limited to 'docs')
-rw-r--r--docs/clang.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/clang.md b/docs/clang.md
index 15bf264..516d6fb 100644
--- a/docs/clang.md
+++ b/docs/clang.md
@@ -16,7 +16,7 @@ See
Get clang (happens automatically during `gclient runhooks` on Mac and Linux):
- tools/clang/scripts/update.sh
+ tools/clang/scripts/update.py
(Only needs to be run once per checkout, and clang will be automatically updated
by `gclient runhooks`.)
@@ -128,6 +128,6 @@ lines set `cc` and `cxx` to your clang binary. If things look good, run `ninja
If your clang revision is very different from the one currently used in chromium
-* Check `tools/clang/scripts/update.sh` to find chromium's clang revision
+* Check `tools/clang/scripts/update.py` to find chromium's clang revision
* You might have to tweak warning flags. Or you could set `werror=` in the
line above to disable warnings as errors (but this only works on Linux).