Search code examples
How to use cppcheck-suppress command to elimnate the error about "a parameter should be passed ...


c++cppcheck

Read More
How do I ignore certain file types with cppcheck?...


c++qt-creatorcppcheck

Read More
cppcheck How to suppress inline unmatched suppression?...


c++static-code-analysiscppcheck

Read More
cppcheck: member variable not initialized in the constructor...


c++cppcheckmember-initialization

Read More
Resource leak or false positive...


c++static-analysisfilehandlecppcheckfile-pointer

Read More
how to publish cppcheck results on jenkins pipeline?...


jenkinsjenkins-pipelinecppcheck

Read More
do-while in fibonacci sequence repeating answer...


c++c++11do-whilefibonaccicppcheck

Read More
cppcheck suggests to reduce scope of variable, should I?...


c++optimizationcppcheck

Read More
cppcheck: error: unrecognized command line option: "--file-filter...


ccppcheck

Read More
Why does CppCheck flag static constexpr members as unusedStructMember, when it is used later in the ...


c++c++17static-analysiscppcheck

Read More
How can I tell cppcheck to ignore inline assembly?...


inline-assemblycppcheck

Read More
Cppcheck ignores -i and checks all files after clean build...


c++cvisual-studio-codecppcheckmisra

Read More
How to install an .msi program in Azure Pipeline (Windows)...


azure-pipelinescppcheck

Read More
cppcheck warning: access of forwarded variable...


c++warningsperfect-forwardingcppcheck

Read More
cppcheck -i switch (ignore) is being ignored...


cppcheck

Read More
use cppcheck without defining all the macros...


c++cppcheck

Read More
not able to reverse operation. The error that says it cannot convert void to string but my result is...


c++c++14cppcheck

Read More
How to make cppcheck 2.5 show error on calls to a virtual function in constructor. Older version sho...


c++c++11static-analysiscppcheck

Read More
Should I really massively introduce the explicit keyword?...


c++c++98legacy-codeexplicitcppcheck

Read More
cppcheck considers that variables used in macro are not used...


c++macrosstatic-analysiscppcheck

Read More
CPP Guessing Game not working, its stops after i enter the name...


c++ccppcheck

Read More
cppcheck vs clang-tidy : explict constructor initializer_list...


c++c++11clangstatic-code-analysiscppcheck

Read More
CppCheck ignores the usage of variables in macro definitions, how to change that?...


cppcheck

Read More
Cppcheck inline suppression not working...


cppcheck

Read More
Cppcheck errors are not getting reported in SonarQube 7.9.5 using Sonar-cxx community plugin v1.3.3...


sonarqubesonarqube-scancppcheck

Read More
C++ Advanced Lint error "Skipping CppCheck linter because lintOn 1 is not in 2."...


visual-studio-codecppcheck

Read More
cppcheck "Possible null pointer dereference". False positive or a bug?...


cnullwarningsdereferencecppcheck

Read More
installed program "cppcheck" but command "where cppcheck" (on windows command li...


windowswindows-consolecppcheck

Read More
C++ use of explicit suggested by cppcheck...


c++explicitcppcheckexplicit-constructor

Read More
Is it false positive containerOutOfBoundsIndexExpression error of cppcheck?...


c++c++11cppcheck

Read More
BackNext