.. |
CMakeLists.txt
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
check64bit.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
…
|
|
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
CheckMemoryLeakInFunction: Don't treat delete as delete operator for C code
|
2015-01-30 20:55:53 +01:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
checknullpointer.h
|
Refactorization: Support function default values in ValueFlow, removed now obsolete CheckNullPointer::nullPointerDefaultArgument().
|
2015-02-01 15:15:00 +01:00 |
checkobsolescentfunctions.cpp
|
…
|
|
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
…
|
|
checkother.h
|
#6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg
|
2015-02-16 22:19:51 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkstl.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Coverity CID 1270450: Removed redundant conditions
|
2015-02-17 19:32:59 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
checkunusedvar.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
Fixed false positive #6453: Skip over inner class if checking outer function
|
2015-01-27 21:21:17 +01:00 |
checkvaarg.h
|
…
|
|
config.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
cppcheck.cpp
|
Fix false negatives for local suppressions
|
2015-01-20 18:47:30 +01:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Set /LARGEADDRESSAWARE flag for Win32 builds
|
2015-01-27 15:43:40 +01:00 |
cppcheck.vcxproj.filters
|
Change "obsolete" in all filenames into "obsolescent", and also update all references to such files.
|
2014-09-23 16:18:04 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
Revert "run dmake"
|
2014-09-23 21:04:31 +02:00 |
library.cpp
|
…
|
|
library.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
…
|
|
symboldatabase.h
|
SymbolDatabase: Support std::array (fixes #6401)
|
2015-01-30 21:56:27 +01:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
token.h
|
…
|
|
tokenize.cpp
|
…
|
|
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
tokenlist::createAst(); should not be const.
|
2015-01-20 11:22:22 +01:00 |
valueflow.cpp
|
ValueFlow: Improved when using '[' on arrays and strings
|
2015-02-24 15:57:39 +01:00 |
valueflow.h
|
Fixed C&P-mistake in comment
|
2015-02-21 12:39:02 +01:00 |
version.h
|
…
|
|
version.rc
|
Refactorized resource files:
|
2012-10-14 10:21:22 +02:00 |