.. |
CMakeLists.txt
|
…
|
|
astutils.cpp
|
Use ValueType in astIsIntegral()
|
2015-10-11 14:11:11 +02:00 |
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
|
minor refactoring
|
2015-09-09 10:08:37 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Fixed crash on garbage code #7033
|
2015-10-09 13:06:52 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
avoid some fixes for noisy signedness warnings
|
2015-10-11 12:50:46 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Ticket #7017: Properly interpret operator= return type for template classes in CheckClass::operatorEq.
|
2015-10-02 23:23:44 +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
|
Fixed false positive seekOnAppendedFile if FILE* is reused (#6566)
|
2015-10-13 15:32:13 +02:00 |
checkio.h
|
CheckIO: Refactoring. Split out CheckIO::checkFormatString() from CheckIO::checkWrongPrintfScanfArguments().
|
2015-10-10 20:08:15 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Better variable name, explicit no-op
|
2015-09-11 17:26:33 +03:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #6988 (incorrect nullPointer error for string)
|
2015-09-13 10:53:05 +02:00 |
checknullpointer.h
|
…
|
|
checkobsolescentfunctions.cpp
|
…
|
|
checkobsolescentfunctions.h
|
…
|
|
checkother.cpp
|
Fixed crash on garbage code #7034
|
2015-10-09 13:49:17 +02:00 |
checkother.h
|
New check: Detect unused 'goto' labels (#5124)
|
2015-08-30 16:45:47 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
sizeofCalculation: skip if void-casted inside a macro (#6888)
|
2015-09-28 14:33:29 +02:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Explicit continue, better variable name
|
2015-10-14 15:06:04 +03:00 |
checkstl.h
|
…
|
|
checkstring.cpp
|
Omit unneeded match checks
|
2015-09-07 18:35:15 +03:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Uninitialized variables: Fix FP for struct array
|
2015-09-16 14:42:55 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fix FP for members of temporaries
|
2015-09-25 13:57:11 +03:00 |
checkunusedvar.h
|
Tell if it's struct or union
|
2015-09-22 17:38:23 +03:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Revert "Add a dynamic rule enable/disable system"
|
2015-10-09 21:56:19 +02:00 |
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: return true from Library::isnullargbad() for format string arguments. Related with #7012.
|
2015-10-03 20:51:45 +02:00 |
library.h
|
Library: return true from Library::isnullargbad() for format string arguments. Related with #7012.
|
2015-10-03 20:51:45 +02:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
Refactorizations:
|
2015-08-16 10:33:51 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Support C++14 digit separators (#7042)
|
2015-10-14 12:00:54 +02:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
Revert "Add a dynamic rule enable/disable system"
|
2015-10-09 21:56:19 +02:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
avoid fix for noisy signedness warning
|
2015-10-11 12:22:37 +02:00 |
symboldatabase.h
|
ValueType: struct member
|
2015-10-11 10:48:08 +02:00 |
templatesimplifier.cpp
|
#7001: Fixed templatesimplifier.cpp: Remove double include.
|
2015-09-18 12:20:41 +02:00 |
templatesimplifier.h
|
Cure some doxygen warnings
|
2015-08-30 20:12:02 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
avoid some fixes for noisy signedness warnings
|
2015-10-11 12:36:23 +02:00 |
token.h
|
Fixed #7014 (False positive for printf("%c", "hello"[0]))
|
2015-10-05 10:12:30 +02:00 |
tokenize.cpp
|
Fixed wrong syntax error (#7045)
|
2015-10-14 16:01:48 +02:00 |
tokenize.h
|
Improved AST:
|
2015-10-12 19:21:48 +02:00 |
tokenlist.cpp
|
Improved AST:
|
2015-10-12 19:21:48 +02:00 |
tokenlist.h
|
Refactorization: Removed some redundant code
|
2015-10-07 18:40:04 +02:00 |
utils.h
|
…
|
|
valueflow.cpp
|
Fixed #7039 (ValueFlow: bitand calculation '16&15')
|
2015-10-14 10:44:04 +02:00 |
valueflow.h
|
Added missing include to valueflow.h
|
2015-10-07 14:42:10 +02:00 |
version.h
|
Set version to 1.70.99/1.71 dev
|
2015-09-04 21:10:05 +02:00 |
version.rc
|
…
|
|