Are there any C ++ refactoring tools to comply with coding standards?

I need to process a large C ++ code base, renaming almost everything (classes, parameters, fields, methods, etc.). Do you know about any tools that could help me in this work (except for a text editor and a coffee maker)?

+5
source share
3 answers

If you are using Visual Studio, you can use the Visual Assit X plugin to refactor the code. For indentation purposes, you can use the indent utility .

+2
source

Semantic Designs ++ Tools, , .

++, reg exp, . , , , , .

(, , .)

+1

, , , . . .

Our company provides services in this area. That is, we work with the client to accurately determine his coding standards. After that, we set up our toolkit that does refactoring. This is a semi-automatic process. Some things are fixed with automatic refactoring, some things are fixed manually.

For more information, please see http://cdsan.com/Services.php#svcs_dycs

+1
source

All Articles