Thanks Stephan
.
The refactor now works for me with two passes:
1. using only
COMPILER_PLUGIN_TOOL=
myplugin for rewrite only the .cxx files
2. using COMPILER_PLUGIN_TOOL=myplugin UPDATE_FILES=all for end the
refactor rewriting the .hxx files
___
On 09/02/2014 06:04 PM, Juan Picca wrote:
Also, the plugin only refactor .cxx files but not the .hxx files.
I try using
rewriter->overwriteChangedFiles()
for change the include files too, but it changes many included files at
once and later the compiler fails to parse the rest of .cxx files