|
John Nagle |
at Feb 2, 2013 at 12:22 am
|
⇧ |
| |
On 2/1/2013 7:59 AM, Eduard Castany wrote:
go fix is great. Do someone know of any tool that allows to do API changes
in C++ like go fix does?
Take a look at Artistic Style. (http://astyle.sourceforge.net/)
This is a C/C++/C#/Java source code formatter, like Go's "go fmt".
If you want to do source level transformations on those languages,
that's a good place to start.
(I've used Artistic Style on big projects to hammer all the code
into a standard indentation form, regardless of where it came from.
It helps, especially when you're refactoring old code.)
John Nagle
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.