Refactoring tool in C code

I'm looking for a tool that can use refactoring types (!) In C code.

I have a complex and relatively large code base where we decided to move from built-in integral types to explicit width types. Like changing all instances of "unsigned int" to "uint32_t" and the like.

I know there are many refactoring tools out there for naming conventions, but none that I know can contain the entirety . For example, Visual Assist can reorganize "long" as a single token, but cannot reorganize "unsigned long".

+3
c types refactoring stdint


source to share


No one has answered this question yet

See similar questions:

20
What's the best tool for finding and replacing regular expressions over multiple files?

or similar:

1470
What ":-!!" in C code?
1293
How do I determine the type of a Python variable?
1093
What is the canonical way of type checking in Python?
1092
What are the differences between types () and isinstance ()?
908
What are POD types in C ++?
830
Unit Testing C Code
677
How do I check if a type is a variable string?
191
How to print int64_t type in C
144
Is there a working C ++ refactoring tool?
2
Mole and code refactoring



All Articles
Loading...
X
Show
Funny
Dev
Pics