cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
Results
369
cppcheck issues
Sort by
recently updated
recently updated
newest added
also added some TODOs
https://trac.cppcheck.net/ticket/5591 Description: int f2(int, int = 0) {....} void f() { if(f2(0), 0) //actually mean f2(0, 0) { .... } }