Hi,
Does anybody know if there are any clang based checkers for MISRA C/C++ compliance?
Thanks
Hi,
Does anybody know if there are any clang based checkers for MISRA C/C++ compliance?
Thanks
Not that I know of, but they would fit in nicely with clang-tidy’s functionality I think.
– Sean Silva
I am working on a checker for MISRA C++ rules. The project is currently
in an early stage with about 20 checks and close to zero
real-world-testing. It is implemented as Clang plug-in because I'd like
to get the feedback asap.
This is my very first work with Clang, so feedback is greatly appreciated.
Regards,
Reto