@@ -637,7 +637,7 @@ c,MISRA-C-2012,RULE-5-3,Yes,Required,,,An identifier declared in an inner scope
637637c , MISRA-C-2012 , RULE-5-4 , Yes , Required ,,, Macro identifiers shall be distinct ,, Declarations1 , Easy ,
638638c , MISRA-C-2012 , RULE-5-5 , Yes , Required ,,, Identifiers shall be distinct from macro names ,, Declarations , Easy ,
639639c , MISRA-C-2012 , RULE-5-6 , Yes , Required ,,, A typedef name shall be a unique identifier ,, Declarations3 , Easy ,
640- c , MISRA-C-2012 , RULE-5-7 , Yes , Required ,,, A tag name shall be a unique identifier ,, Declarations , Easy ,
640+ c , MISRA-C-2012 , RULE-5-7 , Yes , Required ,,, A tag name shall be a unique identifier ,, Declarations3 , Easy ,
641641c , MISRA-C-2012 , RULE-5-8 , Yes , Required ,,, Identifiers that define objects or functions with external linkage shall be unique ,, Declarations , Easy ,
642642c , MISRA-C-2012 , RULE-5-9 , Yes , Advisory ,,, Identifiers that define objects or functions with internal linkage should be unique ,, Declarations , Easy ,
643643c , MISRA-C-2012 , RULE-6-1 , Yes , Required ,,, Bit-fields shall only be declared with an appropriate type , M9-6-4 , Types , Medium ,
0 commit comments