jerryscript/tools/cppcheck/suppressions-list
Gergo Csizi f54f2d3a7b
Implement optional chaining (#5164)
The work is based on PR #4843, only fixed some conflicts and cppcheck errors.

Co-authored-by: Robert Fancsik robert.fancsik@h-lab.eu
JerryScript-DCO-1.0-Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
2024-11-20 11:57:58 +01:00

44 lines
1.7 KiB
Plaintext

ConfigurationNotChecked:jerry-core/*.inc.h
arrayIndexOutOfBoundsCond:jerry-core/*.c
autoVariables:jerry-core/*.c
constParameter:jerry-core/*.c
constParameter:jerry-ext/*.c
constParameter:jerry-math/*.c
constParameter:tests/unit-core/*.c
duplicateValueTernary:jerry-core/*.c
incorrectStringBooleanError:tests/unit-core/test-newtarget.c
integerOverflowCond:jerry-math/*.c
invalidFunctionArg:tests/unit-math/test-math.inc.h
invalidPointerCast:jerry-math/*.c
knownConditionTrueFalse:jerry-core/*.c
knownConditionTrueFalse:jerry-math/*.c
negativeIndex:jerry-core/*.c
nullPointerArithmetic:jerry-core/parser/js/js-parser-line-info-create.c:572
nullPointerArithmetic:jerry-core/parser/js/js-scanner-util.c:2345
nullPointerArithmeticRedundantCheck:jerry-core/*.c
nullPointerRedundantCheck:jerry-core/*.c
nullPointerRedundantCheck:jerry-ext/*.c
nullPointerRedundantCheck:jerry-main/*.c
nullPointerRedundantCheck:tests/unit-core/*.c
oppositeInnerCondition:jerry-core/*.c
redundantAssignment:jerry-core/*.c
redundantAssignment:tests/unit-core/test-container-operation.c:129
redundantInitialization:jerry-core/*.c
redundantInitialization:tests/unit-core/test-from-property-descriptor.c:42
shiftNegative:jerry-core/*.c
shiftNegative:jerry-math/*.c
shiftNegativeLHS:jerry-math/*.c
shiftTooManyBits:jerry-core/*.c
shiftTooManyBitsSigned:jerry-math/*.c
signConversionCond:jerry-core/*.c
uninitvar:tests/unit-core/test-api-objecttype.c:119
unmatchedSuppression:jerry-core/*.inc.h
unreadVariable:jerry-core/*.c
unreadVariable:jerry-port/*.c
unusedStructMember:jerry-ext/arg/arg-transform-functions.c
unusedStructMember:jerry-main/*.c
unusedStructMember:tests/unit-core/*.c
variableScope:jerry-math/*.c
wrongmathcall:tests/unit-math/test-math.inc.h
zerodivcond:jerry-core/*.c