Generated Content
This page is automatically generated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly.
Version number
1.1
C checkers |
CERT C Secure Coding Standard |
---|---|
bitftype |
INT12-C. Do not make assumptions about the type of a plain int bit-field when used in an expression |
castexpr |
|
castexpr |
EXP36-C. Do not convert pointers into more strictly aligned pointer types |
charplan |
INT07-C. Use only explicitly signed or unsigned char type for numeric values |
declgrup_srceline |
DCL04-C. Do not declare more than one variable per declaration |
declhidn |
|
enuminit |
|
exprprns |
|
exprprns |
EXP13-C. Treat relational and equality operators as if they were nonassociative |
idntsiml |
|
inclgard |
|
ltrlsynt |
|
macrbody |
PRE01-C. Use parentheses within macros around parameter names |
macrbody |
|
minscope |
|
nomagicc |
DCL06-C. Use meaningful symbolic constants to represent literal values |