.. |
CMakeLists.txt
|
…
|
|
astutils.cpp
|
…
|
|
astutils.h
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax.
|
2015-08-28 20:29:51 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Merge overlapping patterns
|
2015-09-01 16:17:17 +03:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors.
|
2015-08-29 13:11:00 +02:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool.
|
2015-09-03 21:07:03 +02:00 |
checkcondition.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
…
|
|
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
Treat checks as mutually exclusive
|
2015-09-04 10:42:26 +03:00 |
checkother.h
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Fixed false negative #5815
|
2015-08-31 14:12:19 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
…
|
|
checkstl.h
|
…
|
|
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Fixed #6917 (False positive uninitvar - unused array declaration and ternary expression)
|
2015-08-29 13:19:28 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar.
|
2015-08-27 23:56:26 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew.
|
2015-09-04 14:30:54 +02:00 |
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
Further fix search replace
|
2015-09-02 17:06:19 +03:00 |
errorlogger.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
…
|
|
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Consistent variable name
|
2015-09-04 17:00:44 +03:00 |
symboldatabase.h
|
Fix spelling
|
2015-09-04 16:12:40 +03:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
Refactorization: Avoid including path.h in (almost) every source file (via library.h)
|
2015-03-11 22:54:45 +01:00 |
token.cpp
|
Fixed false negative #5815
|
2015-08-31 14:12:19 +02:00 |
token.h
|
Comment omitted one of the items listed
|
2015-09-04 11:19:03 +03:00 |
tokenize.cpp
|
Preserve varId in simplifyArrayAccessSyntax (#6523)
|
2015-09-05 13:14:08 +02:00 |
tokenize.h
|
Rewritten handling of declaration specifiers:
|
2015-08-27 14:34:17 +02:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
Merge pull request #647 from Dmitry-Me/continueOnRuleMatch
|
2015-08-28 16:00:53 +02:00 |
valueflow.h
|
…
|
|
version.h
|
Set version to 1.70.99/1.71 dev
|
2015-09-04 21:10:05 +02:00 |
version.rc
|
…
|
|