| Index: docs/clang_tool_refactoring.md
|
| diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md
|
| index 9b49df11b3a9c7c57b7bf1815967bb5dcd3c0113..9fc3a7f89cc1ddaf2c512946a0fee239f83897f8 100644
|
| --- a/docs/clang_tool_refactoring.md
|
| +++ b/docs/clang_tool_refactoring.md
|
| @@ -125,13 +125,6 @@ $gen_targets = $(ninja -C out/gn -t targets all \
|
| ninja -C out/Debug $gen_targets
|
| ```
|
|
|
| -On Windows, generate the compile DB first, and after making any source changes.
|
| -Then omit the `--generate-compdb` in later steps.
|
| -
|
| -```shell
|
| -tools/clang/scripts/generate_win_compdb.py out/Debug
|
| -```
|
| -
|
| Then run the actual clang tool to generate a list of edits:
|
|
|
| ```shell
|
|
|