Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cppcheck

Should I really massively introduce the explicit keyword?

clang-tidy cmake exclude file from check

CppCheck. The scope of the variable can be reduced (and loop)

How can I exclude or specify build configurations with a Visual Studio solution in cppcheck?

visual-studio cppcheck

Cppcheck GUI: Excluding a file or folder from checking

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

How could reading numbers using sscanf crash?

c++ cppcheck

Automatically detect identical consecutive std::string::find() calls

How to prevent returning a pointer to a temporary variable?

How to find C++ spurious copy operations?

cppcheck throws warning on const std::string[]

c++ cppcheck

Should I use rand() or rand_r()?

c++ cppcheck cpplint

Is there a list of Cppcheck messages?

static-analysis cppcheck

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

Rulesets for cppcheck

c++, usleep() is obsolete, workarounds for Windows/MingW?

c++ windows cppcheck usleep

How to use CMAKE_EXPORT_COMPILE_COMMANDS?

c++ cmake clang cppcheck