.. |
CMakeLists.txt
|
…
|
|
astutils.cpp
|
Use ValueType in astIsIntegral()
|
2015-10-11 14:11:11 +02:00 |
astutils.h
|
…
|
|
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
|
Support range-based for-loop in CheckClass::checkConst() (#5514)
|
2015-10-26 18:48:01 +01:00 |
checkclass.h
|
…
|
|
checkcondition.cpp
|
…
|
|
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
|
Refactorization: Reordered conditions - simplematch is cheaper than findsimplematch
|
2015-10-19 09:01:21 +02: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 false positive unreachableCode when ternary operator is used (#6664)
|
2015-10-26 08:29:43 +01:00 |
checkother.h
|
…
|
|
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
|
Added dot at end of stringLiteralWrite message
|
2015-10-19 09:01:21 +02:00 |
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Fixed false positive with range-based for-loop (#7078)
|
2015-10-28 16:37:46 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed false positive with range-based for-loop (#7075)
|
2015-10-27 14:47:18 +01: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
|
Make syntaxError suppressable (fixes #5917 and #7076)
|
2015-10-28 20:53:35 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
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
|
Fixed crashs on garbage code (#7082)
|
2015-11-02 21:30:28 +01:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Revert "Removed bailout in case a file (without include guards) is included twice. (#5455)"
|
2015-10-26 21:37:08 +01: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
|
Support range-based for-loop in SymbolDatabase
|
2015-10-26 19:20:42 +01:00 |
symboldatabase.h
|
ValueType: struct member
|
2015-10-11 10:48:08 +02:00 |
templatesimplifier.cpp
|
Correct template syntax check which got introduced by an attempt fix #6865. Disable test for #6865, adjust some modified tests and add new regression tests
|
2015-10-19 20:03:33 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed crash on garbage code (#7074)
|
2015-10-26 13:29:47 +01:00 |
token.h
|
Fixed #7014 (False positive for printf("%c", "hello"[0]))
|
2015-10-05 10:12:30 +02:00 |
tokenize.cpp
|
Fixed wrong parsing of ^{}
|
2015-11-02 22:14:41 +01:00 |
tokenize.h
|
#7062 Remove unnecessaryQualification check
|
2015-10-18 17:00:09 +02:00 |
tokenlist.cpp
|
Fixed #7065 (AST: More explicit handling of lambda functions, generate ast for ';new Fred;')
|
2015-10-20 23:55:29 +02:00 |
tokenlist.h
|
Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp
|
2015-10-19 09:01:20 +02:00 |
utils.h
|
…
|
|
valueflow.cpp
|
Fixed #6239 (Possible null pointer dereference after pointer is modified by a function template)
|
2015-10-27 12:33:46 +01: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
|
…
|
|