Posts: 9
Threads: 2
Joined: Nov 2004
Reputation:
0
Hi there,
is there any Code Formatter / Beautifyer that reformats C code according to the MISRA rules, e.g. MISRA2 Rule 14.9 or Rule 14.8 or MISRA1 Rule59 ?
I know of artistic style (on sf) but unfortunately it has not the rule
kind regards,
Bernhard.
<t></t>
Gavin McCall
Unregistered
MISRA-C Steering Team - 2/11/2005
MISRA do not recommend or promote any tools.
Others are free to answer your question.
Posts: 632
Threads: 18
Joined: Jan 2006
Reputation:
1
Quote:MISRA-C Steering Team - 2/11/2005
MISRA do not recommend or promote any tools.
Others are free to answer your question.
Re-posted under official user name only.
Posted by and on behalf of the MISRA C Working Group
Posts: 27
Threads: 5
Joined: Sep 2004
Reputation:
0
bmerkle Wrote:Hi there,
is there any Code Formatter / Beautifyer that reformats C code according to the MISRA rules, e.g. MISRA2 Rule 14.9 or Rule 14.8 or MISRA1 Rule59 ?
I know of artistic style (on sf) but unfortunately it has not the rule
kind regards,
Bernhard.
You are confusing a code formatter with a static analysis tool.
MISRA-C makes little or no comment on the layout and style of the code.
There are many tools that do MISRA-C checking but none AFAIK that wil automatically correct any posible rule transgressions.
<t>This post is made in a personal capacity<br/>
Member of MISRA-C-WG since 2002</t>