Need a Free Tool to Verify C/C Code Against Coding Standards?
While finding such a tool is relatively straightforward for Java (e.g., Checkstyle, JCSC), locating a similar resource for C/C can be more challenging. Unlike lint-like static code analyzers, these tools focus solely on code formatting aspects such as variable naming, spacing, indentation, and bracket placement.
The Solution: Vera
The sole tool that meets these criteria is Vera. As of the time of this writing, this tool has not been used, so its practicality cannot be confirmed. However, a quick demo suggests it has promising capabilities.
The above is the detailed content of Want a Free Tool to Verify C/C Code Against Coding Standards?. For more information, please follow other related articles on the PHP Chinese website!