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

Unified Diff: docs/clang_tool_refactoring.md

Issue 2246263002: Skip parameter replacements where old text != old name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak a comment so that it refers to the clang bug. Created 4 years, 4 months 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
Index: docs/clang_tool_refactoring.md
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md
index ef7faabe97493051af6e0d90a7b7d0625ec6a5e3..89f4b06a0efc0c9bbe6eb5f708a31c93344ef75e 100644
--- a/docs/clang_tool_refactoring.md
+++ b/docs/clang_tool_refactoring.md
@@ -172,7 +172,7 @@ that is to `return 1` from the `main()` function of the clang tool.
Synposis:
```shell
-test_tool.py <tool name>
+tools/clang/scripts/test_tool.py <tool name>
```
The name of the tool binary and the subdirectory for the tool in

Powered by Google App Engine
This is Rietveld 408576698