I am looking for some tool to help with C++ like checkstyle
, which is for JAVA. It should be available for LINUX.
Are you guys aware of any?
I am looking for some tool to help with C++ like checkstyle
, which is for JAVA. It should be available for LINUX.
Are you guys aware of any?
Cppcheck is the best free tool you are going to get. If you're willing to spend money, there are a lot of very nice other tools out there. If you want to hack up your own solution, you can do what I did for my job and hack up cpplint with any additional rules you want to add.