forked from qt-creator/qt-creator
Valgrind: Update error kinds
Update the error kind enum to cover all known error types. Fixes: QTCREATORBUG-31376 Change-Id: Icae72edfa941c7f1e8cfc1bdd039d01ff44dc28d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -38,7 +38,14 @@ enum MemcheckError
|
||||
Leak_PossiblyLost,
|
||||
Leak_StillReachable,
|
||||
Leak_IndirectlyLost,
|
||||
ReallocSizeZero
|
||||
ReallocSizeZero,
|
||||
InvalidSize,
|
||||
InvalidSizeAndAlignment,
|
||||
InvalidAlignment,
|
||||
MismatchedAllocateDeallocateSize,
|
||||
MismatchedAllocateDeallocateAlignment,
|
||||
FishyValue,
|
||||
// CoreMemError // questionable, seems to be unlikely to happen
|
||||
};
|
||||
Q_ENUM_NS(MemcheckError);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user