The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Vortex on June 11, 2013, 04:16:55 AM

Title: Cppcheck Portable
Post by: Vortex on June 11, 2013, 04:16:55 AM
QuoteCppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives. Cppcheck is far from finished, it is continuously improved to make it more accurate.

http://portableapps.com/apps/development/cppcheck-portable (http://portableapps.com/apps/development/cppcheck-portable)
Title: Re: Cppcheck Portable
Post by: Gunther on June 11, 2013, 04:50:51 AM
Erol,

thank you for that link. What I'm searching is a kind of LINT for C++.

Gunther
Title: Re: Cppcheck Portable
Post by: jj2007 on June 11, 2013, 07:37:48 AM
Quote from: Vortex on June 11, 2013, 04:16:55 AMCppcheck only detects the types of bugs that the compilers normally fail to detect. The goal is no false positives.

Quote from: jj2007 on June 09, 2013, 12:11:49 AMof course there will still be some false positives

It's called "déjà vu" ;-)

Nice tool, thanks Erol :t