Cppcheck GUI : How to enable Cppcheck MISRA addons via the GUI?...
Read MoreRun custom target only when dependencies is modified...
Read MoreHow to fix cppcheck 'portability: Casting between unsigned char * and double * which have an inc...
Read MoreWhy is this code flagged as having performance issue by static analysis tool?...
Read MoreMultiline supression with cppcheck...
Read MoreCppcheck + CMake - skip third-party sources...
Read MoreNew messsage "Active checkers" in cppcheck after upgrade...
Read MoreReturning members by const reference (Cppcheck's returnByReference)...
Read MoreBash: Store return value in variable and throw error later...
Read Moreusing cppcheck with an explicit set of macro combinations...
Read MoreCppcheck: Out of bounds access because "container is empty" but container is not empty...
Read Morecppcheck: Array index out of bounds; 'buf' buffer size is 0 and it is accessed at offset 3. ...
Read MoreUse -I instead of -isystem when using CMake find_package in compile_commands.json...
Read MoreA warning with cppcheck, "hides typedef with same name"...
Read MoreHow to detect functions, that are only called from unused functions using cppcheck?...
Read MoreHow to get cppcheck-results into SonarQube...
Read MoreConfirmation for inappropriate choice of macro definition name in C...
Read MoreCppcheck says 'Reference to temporary returned' but code runs fine. False positive maybe?...
Read MoreProblem estimating Qt Slot as Error in Cppcheck Analysis...
Read MoreWhy is CPP Check not showing any ERRORS?...
Read MoreHow can I tell Cppcheck to skip a header file...
Read MoreDisable or enable warnings for cppcheck using a configuration file...
Read MoreHow to build cppcheck tool in gcc compiler?...
Read Morestatic analysis checks fails to find trivial C++ issue...
Read MoreHow to provide #defines to misra checking in cppcheck?...
Read MoreIgnore a specific function with cppcheck...
Read MoreCPPCheck: Ignore dirs and all sub dirs from analyses?...
Read MoreIs there a list of Cppcheck messages?...
Read MoreIs it unsafe to take the address of a variable inside a loop where it is defined?...
Read More