Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cppcheck

Unused private function false positive?

c++ cppcheck

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

c++ cppcheck

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

CMAKE conditionally run cppcheck

cppcheck reporting false positives

sscanf(s, "%u", &v) matching signed integers

Suppress multiple warnings from one line?

cppcheck

why cppcheck say "Function parameter should be passed by reference"?

c++ cppcheck

Why is CPP Check not showing any ERRORS?

How can I tell Cppcheck to skip a header file

googletest cppcheck

Possible null pointer dereference - otherwise it is redundant to check it against null

c++ cppcheck

Using memset() on struct which contains a floating point number

How to exclude test paths from cppcheck analysis?

c++ cppcheck

cppcheck How to suppress inline unmatched suppression?

cppcheck plugin issue with visual studio 2017 "Object reference not set to an instance of an object."

c++ visual-studio cppcheck

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

Cppcheck support in CMake

cmake cppcheck