Kaydet (Commit) 9b11db84 authored tarafından Luboš Luňák's avatar Luboš Luňák

rewriters no longer create .new files, they modify sources directly

Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
üst 0867207f
...@@ -63,7 +63,7 @@ if appropriate. ...@@ -63,7 +63,7 @@ if appropriate.
Rewriters analyse and possibly modify given source files. Rewriters analyse and possibly modify given source files.
Usage: make COMPILER_PLUGIN_TOOL=<rewriter_name> Usage: make COMPILER_PLUGIN_TOOL=<rewriter_name>
Modifications will be written to files <source_file>.new . Modifications will be written directly to the source files.
== Code documentation / howtos == == Code documentation / howtos ==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment