Add support of MISRA C or AUTOSAR. #199
Replies: 1 comment
-
MISRA indeed has some good points, but I wouldn't say that MISRA is really automatically improving code quality and safety. What we definitively should do is enable more warnings (eg. int signedness) and really take care of them. It's already work in progress. There'll be several places where we can't change ABI (Nvidia, again) and need to do typecast tricks. And for AUTOSAR ... well, I better hold myself back now, in order not to start a huge rant :p Anyways, if you've got some specific policy suggestions, feel free to post them :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There already well known way of how to make C code much stable and safe.
Using MISRA C or more open AUTOSAR.
Any thoughts?
Ping @metux
Beta Was this translation helpful? Give feedback.
All reactions