jerryscript/tools/cppcheck/suppressions-list
Máté Tokodi 4e89e1828e
Fix parsing of invalid private class properties (#5144)
Raise syntax error instead of failing with an assert

JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
2024-06-18 20:00:07 +02:00

45 lines
1.8 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:jerry-core/parser/js/js-parser-expr.c:3423
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