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

Unified Diff: docs/clang_tool_refactoring.md

Issue 1493893002: Update tool docs to use --tools flag (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_tool_refactoring.md
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md
index 48e7c60ad5b9ab03df950a75ab940d18a632a091..8c23aa0957c2c7194bc7c74b92f7686f3fad75d6 100644
--- a/docs/clang_tool_refactoring.md
+++ b/docs/clang_tool_refactoring.md
@@ -26,7 +26,7 @@ or later):
```shell
tools/clang/scripts/update.py --force-local-build --without-android \
---with-chrome-tools <tools>
+--tools <tools>
```
`<tools>` is a semicolon delimited list of subdirectories in `tools/clang` to
@@ -36,7 +36,7 @@ plugin and the empty\_string tool, run the following:
```shell
tools/clang/scripts/update.py --force-local-build --without-android \
---with-chrome-tools "plugins;empty_string"
+--tools plugins empty_string
```
When writing AST matchers, the following can be helpful to see what clang thinks
« 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