Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A C++ source code analyzer [closed]

Could you suggest some open source tools that analyze C++ code and checks the following rules:

  • naming conventions,
  • file inclusions,
  • function design,
  • data types,
  • flow control,
  • memory allocation,
  • file handling,
  • portable code,
  • runs under Solaris or SUSE
like image 914
eklmp Avatar asked Mar 11 '26 15:03

eklmp


1 Answers

http://www.google.com/search?q=misra+checker

Of course, if the rules you're trying to enforce don't exactly match someone else's idea of a coding standard, no existing tool is going to work.

like image 134
Ben Voigt Avatar answered Mar 14 '26 04:03

Ben Voigt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!