C checkers | Guideline |
---|
| ARR34-C. Ensure that array types in expressions are compatible |
| Void DCL35-C. Call functions with the correct number and type of arguments |
| EXP36-C. Do not convert pointers into more strictly aligned pointer types |
| EXP37-C. Call functions with the correct number and type of arguments |
| void EXP38-C. Do not call offsetof() on bit-field members or invalid types |
| STR04-C. Use plain char for characters in the basic character set |