diff options
author | Nico Weber <thakis@chromium.org> | 2015-12-02 14:43:07 -0500 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-12-02 19:44:22 +0000 |
commit | a219155337bfb3f88325444bc27e2355ed49e608 (patch) | |
tree | c9f1d362450548b99dc49052cf78c862657c45a9 /docs | |
parent | 6af83338edfd2158fd781cf2b23a1ef6ed21b3b6 (diff) | |
download | chromium_src-a219155337bfb3f88325444bc27e2355ed49e608.zip chromium_src-a219155337bfb3f88325444bc27e2355ed49e608.tar.gz chromium_src-a219155337bfb3f88325444bc27e2355ed49e608.tar.bz2 |
Update tool docs to use --tools flag
BUG=494442
R=dcheng@chromium.org
Review URL: https://codereview.chromium.org/1493893002 .
Cr-Commit-Position: refs/heads/master@{#362775}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/clang_tool_refactoring.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md index 48e7c60..8c23aa0 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 |