| 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
|
|
|