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

Unified Diff: docs/clang.md

Issue 1494803006: Remove another reference to update.sh in docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/clang.md
diff --git a/docs/clang.md b/docs/clang.md
index 15bf264fe6a360e50d9a6a75149ad6edc56517c3..516d6fb9f72602b425d8fc0493d61e6c4707abc5 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).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698