Search code examples
Did I find a bug in CppCheck? Why do I get the "Null pointer dereference" error here?...


c++pointersstatic-code-analysiscppcheck

Read More
cppcheck: same expression on both sides maybe wrong...


static-code-analysiscppcheck

Read More
Any way to fail build in TeamCity by result of cppcheck analysis...


continuous-integrationteamcitystatic-analysiscppcheck

Read More
CPPCheck returns inconsistent results...


c++cppcheck

Read More
Is the order of evaluation with comma operator & assignment in C predictable?...


cstatic-code-analysiscppcheck

Read More
CppCheck suppress obsolete function...


static-code-analysiscppcheck

Read More
Mixing Doxygen comments with cppcheck-suppress...


c++doxygenstatic-code-analysiscppcheck

Read More
cppcheck - terminateStrncpy...


c++static-code-analysisstrncpycppcheck

Read More
cppcheck complains about unreadVariable when used in template...


c++googleteststatic-code-analysiscppcheck

Read More
Cppcheck doesn't expand Visual Studio project macros...


visual-studiocppcheck

Read More
How to use cppcheck's inline suppression filter option for C++ code?...


c++static-analysiserror-suppressioncppcheck

Read More
SonarQube not analysing C++ Code with warning File is not under the project directory...


c++.netjenkinssonarqubecppcheck

Read More
Publishing a "permanent" cppcheck report...


jenkinsjenkins-pluginscppcheck

Read More
cppcheck reports "Redundant code: Found a statement that begins with numeric constant" for...


c++c++11boostcppcheck

Read More
What is cppcheck rule-file <pattern> syntax?...


regexcustomizationpcrecppcheck

Read More
c++ community manager sonar plugin failing to parse cppcheck report...


sonarqubesonar-runnercppcheck

Read More
CppCheck claims that a field is not used - while it is, in another file...


qt-creatorstatic-analysiscppcheck

Read More
cannot generate XML output from cppcheck...


cppcheck

Read More
cppcheck complains Buffer is accessed out of bounds. Why and how do I fix?...


ccppcheck

Read More
cppcheck : possible null point dereference...


c++cppcheck

Read More
Difference between *f and (*f) in C?...


cdereferencebracketsdead-codecppcheck

Read More
CppCheck warning: expression depends on order of evaluation in x = x |= (1 << 3)...


cevaluationside-effectscppcheck

Read More
Cpp check show Buffer 'tmpf' is being written before its old content has been used...


ccppcheck

Read More
cppcheck finding "redundant code: found a statement that begins with numeric constant" for...


c++linuxjenkinscppcheck

Read More
Suppress never-used warnings for auto-bound event handlers in Cppcheck...


c++builderstatic-analysiscppcheck

Read More
cppcheck thinks there is a mismatch in alloc and dealloc...


c++cppcheck

Read More
Why does Cppcheck not find this obvious array out-of-bounds error?...


c++code-analysisstatic-code-analysiscppcheck

Read More
python script using subprocess, redirect ALL output to file...


pythonfile-ioconsolesubprocesscppcheck

Read More
Writing Custom rules for cppcheck...


c++static-code-analysiscppcheck

Read More
Cppcheck can't check the third parameters?...


c++cppcheck

Read More
BackNext