Files
iverilog/driver/cppcheck.sup
T

32 lines
911 B
Plaintext
Raw Normal View History

2026-01-13 01:20:10 -08:00
// cppcheck is wrong this is correct usage
2026-07-20 21:22:59 -07:00
syntaxError:main.c:415
syntaxError:main.c:412
2026-01-13 01:20:10 -08:00
// cppcheck is missing the code adds a \0 at the previous location.
2026-05-10 14:44:16 -07:00
knownConditionTrueFalse:main.c:1123
redundantAssignment:main.c:1122
2026-01-13 01:20:10 -08:00
// Skip all memory issues since they should be handled by ivl_alloc.h
memleakOnRealloc
nullPointerArithmeticOutOfMemory
nullPointerOutOfMemory
// Errors/limitations in the generated yacc and lex files
duplicateBreak:cflexor.lex
constVariablePointer:cfparse.y
memleakOnRealloc:cfparse.y
allocaCalled:cfparse.c
constParameterPointer:cfparse.c
constVariablePointer:cfparse.c
2026-05-21 05:19:53 -07:00
invalidPrintfArgType_sint:cfparse.c
2026-01-13 01:20:10 -08:00
knownConditionTrueFalse:cfparse.c
sizeofwithnumericparameter:cfparse.c
2026-05-21 05:19:53 -07:00
unsignedPositive:cfparse.c
2026-01-13 01:20:10 -08:00
constVariablePointer:<stdout>
2026-05-10 14:44:16 -07:00
duplicateBreak:<stdout>
2026-01-13 01:20:10 -08:00
nullPointer:<stdout>
redundantInitialization:<stdout>
staticFunction:<stdout>
syntaxError:<stdout>
unusedFunction:<stdout>