Cppcheck
|
Classes | |
class | Check64BitPortability |
Check for 64-bit portability issues. More... | |
class | CheckAssert |
Checking for side effects in assert statements. More... | |
class | CheckAutoVariables |
Various small checks for automatic variables. More... | |
class | CheckBool |
checks dealing with suspicious usage of boolean type (not for evaluating conditions) More... | |
class | CheckBoost |
Check Boost usage More... | |
class | CheckBufferOverrun |
buffer overruns and array index out of bounds More... | |
class | CheckClass |
Check classes. More... | |
class | CheckCondition |
Check for condition mismatches. More... | |
class | CheckExceptionSafety |
Check exception safety (exceptions shouldn't cause leaks nor corrupt data) More... | |
class | CheckFunctions |
Check for bad function usage. More... | |
class | CheckInternal |
Check Internal cppcheck API usage More... | |
class | CheckIO |
Check input output operations. More... | |
class | CheckLeakAutoVar |
Check for leaks. More... | |
class | CheckMemoryLeakInFunction |
CheckMemoryLeakInFunction detects when a function variable is allocated but not deallocated properly. More... | |
class | CheckMemoryLeakInClass |
Check class variables, variables that are allocated in the constructor should be deallocated in the destructor More... | |
class | CheckMemoryLeakStructMember |
detect simple memory leaks for struct members More... | |
class | CheckMemoryLeakNoVar |
detect simple memory leaks (address not taken) More... | |
class | CheckNullPointer |
check for null pointer dereferencing More... | |
class | CheckOther |
Various small checks. More... | |
class | CheckPostfixOperator |
Using postfix operators ++ or – rather than postfix operator. More... | |
class | CheckSizeof |
checks on usage of sizeof() operator More... | |
class | CheckStl |
Check STL usage (invalidation of iterators, mismatching containers, etc) More... | |
class | CheckString |
Detect misusage of C-style strings and related standard functions. More... | |
class | CheckType |
Various small checks. More... | |
class | CheckUninitVar |
Checking for uninitialized variables. More... | |
class | CheckUnusedVar |
Various small checks. More... | |
class | CheckVaarg |
Checking for misusage of variable argument lists. More... | |