I have large C++ code base. It is quite inconsistent where uses underscore_identifiers and where CamelCaseIdentifiers, but is consistent within groups of files. Think about it as a smaller library merged into bigger one.
I want to standardize it within this project to Google C++ Style Guide. How can I semi-automatize it ? Preferably with Linux tools.