cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

static analysis of C/C++ code

Results 369 cppcheck issues
Sort by recently updated
recently updated
newest added

I added a condition in the “IsEnumStart” function that checks the token three positions previous to the current one which will help verify that the pattern of the program is...

Added check as suggested in [this ticket](https://trac.cppcheck.net/ticket/1136)

The way `ErrorMessage::FileLocation` was created there was no case where the names were differed. That could only happen when those came from the `TokenList`. The `TokenList` one could have only...

This will also help with reducing `valueFlowBailoutIncompleteVar` warnings in our code base.