changes.mady.by.user David Svoboda
Saved on Jan 17, 2014
Saved on Feb 10, 2014
...
Version number: unknown
C checkers
Guideline
VOID 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 cast 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