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

Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
This commit is contained in:
Luboš Luňák
2013-01-31 14:47:50 +01:00
parent 0867207f29
commit 9b11db8486

View File

@@ -63,7 +63,7 @@ if appropriate.
Rewriters analyse and possibly modify given source files.
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 ==