cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
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.