Search code examples
Cppcheck support in CMake...


cmakecppcheck

Read More
Cppcheck GUI : How to enable Cppcheck MISRA addons via the GUI?...


misracppcheck

Read More
Run custom target only when dependencies is modified...


visual-studiocmakecppcheck

Read More
How to fix cppcheck 'portability: Casting between unsigned char * and double * which have an inc...


c++castingcppcheck

Read More
Why is this code flagged as having performance issue by static analysis tool?...


c++cppcheck

Read More
Multiline supression with cppcheck...


c++cppcheck

Read More
Cppcheck + CMake - skip third-party sources...


c++cmakecppcheck

Read More
New messsage "Active checkers" in cppcheck after upgrade...


c++static-analysiscppcheck

Read More
Returning members by const reference (Cppcheck's returnByReference)...


c++cppcheckconst-reference

Read More
Bash: Store return value in variable and throw error later...


bashjenkinscppcheck

Read More
using cppcheck with an explicit set of macro combinations...


static-analysiscppcheck

Read More
Cppcheck: Out of bounds access because "container is empty" but container is not empty...


c++cppcheck

Read More
cppcheck: Array index out of bounds; 'buf' buffer size is 0 and it is accessed at offset 3. ...


cppcheck

Read More
Use -I instead of -isystem when using CMake find_package in compile_commands.json...


cmakecppcheck

Read More
A warning with cppcheck, "hides typedef with same name"...


c++static-analysiscppcheck

Read More
How to detect functions, that are only called from unused functions using cppcheck?...


c++static-analysiscppcheckdead-code

Read More
How to get cppcheck-results into SonarQube...


sonarqubecppcheck

Read More
Confirmation for inappropriate choice of macro definition name in C...


cmisracppcheck

Read More
Cppcheck says 'Reference to temporary returned' but code runs fine. False positive maybe?...


c++cppcheck

Read More
Problem estimating Qt Slot as Error in Cppcheck Analysis...


c++qtstatic-analysiscppcheck

Read More
Why is CPP Check not showing any ERRORS?...


c++xmlstatic-code-analysiscppcheck

Read More
How can I tell Cppcheck to skip a header file...


googletestcppcheck

Read More
Disable or enable warnings for cppcheck using a configuration file...


c++configuration-filescppcheckclang-tidy

Read More
How to build cppcheck tool in gcc compiler?...


cppcheck

Read More
static analysis checks fails to find trivial C++ issue...


c++sonarqubestatic-analysiscppcheckklocwork

Read More
How to provide #defines to misra checking in cppcheck?...


cmisracppcheck

Read More
Ignore a specific function with cppcheck...


cppcheck

Read More
CPPCheck: Ignore dirs and all sub dirs from analyses?...


devopscppcheck

Read More
Is there a list of Cppcheck messages?...


static-analysiscppcheck

Read More
Is it unsafe to take the address of a variable inside a loop where it is defined?...


c++cppcheck

Read More
BackNext