.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassert.h
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
Multicondition: Fixed FP when using dynamic_cast
|
2014-07-30 11:23:09 +02:00 |
checkautovariables.cpp
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkautovariables.h
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkbool.cpp
|
Reduce code duplication, cleanup variable names
|
2014-08-25 11:49:17 +04:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed template bracket linkage in while loop simplification
|
2014-08-23 12:28:54 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
checkclass.h
|
#6077: Don't warn about memcpy/memmove on class containing floats.
|
2014-08-20 15:12:53 +02:00 |
checkexceptionsafety.cpp
|
Fixed crash on invalid code #6080
|
2014-08-23 12:36:42 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
Added internal check for || and | inside Token::Match patterns.
|
2014-07-02 15:51:18 +02:00 |
checkio.cpp
|
Remove duplicate return statements.
|
2014-08-18 16:02:35 +04:00 |
checkio.h
|
Added missing message to --errorlist output, changed Id to avoid duplicate
|
2014-08-02 20:55:59 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Clearer variable names, fix typo in comment.
|
2014-07-11 11:33:09 +04:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Removed obsolete function from checkNullPointer
|
2014-08-18 11:42:50 +02:00 |
checknullpointer.h
|
Removed obsolete function from checkNullPointer
|
2014-08-18 11:42:50 +02:00 |
checkobsoletefunctions.cpp
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Fixed template bracket linkage in while loop simplification
|
2014-08-23 12:28:54 +02:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
#6050 arithmetic on void** - fix false positive
|
2014-08-17 19:14:55 +02:00 |
checksizeof.h
|
New check: Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes (#5698)
|
2014-08-08 09:49:09 +02:00 |
checkstl.cpp
|
Continue early to omit unneeded operations
|
2014-08-27 11:32:14 +04:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
checkuninitvar.h
|
Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope.
|
2014-08-05 06:24:23 +02:00 |
checkunusedfunctions.cpp
|
Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList
|
2014-06-04 18:36:25 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Some safe coding. Check that pointer is not null.
|
2014-08-14 16:10:12 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
Fixed false positive #6066: va_list may be used after being copied.
|
2014-08-18 10:40:39 +02:00 |
checkvaarg.h
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cppcheck.vcxproj.filters
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
Fixed assertion failure in VS debug mode
|
2014-04-30 21:06:01 +02:00 |
errorlogger.h
|
…
|
|
executionpath.cpp
|
Avoid mutually exclusive checks
|
2014-08-18 14:30:52 +04:00 |
executionpath.h
|
…
|
|
lib.pri
|
dmake: update
|
2014-08-06 14:25:49 +02:00 |
library.cpp
|
Further resolve CID 1222223
|
2014-08-12 11:14:28 +04:00 |
library.h
|
…
|
|
mathlib.cpp
|
Fix clang compiler warning in mathlib.cpp and repair test case for #5895
|
2014-06-07 13:16:02 +02:00 |
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
pro and pri files: remove unneeded empty lines, use spaces for consistency
|
2012-10-12 17:46:57 +02:00 |
preprocessor.cpp
|
Resolve CID 1132030
|
2014-08-12 13:04:32 +04:00 |
preprocessor.h
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
SymbolDatabase: Fixed handling of nested types for function arguments
|
2014-08-19 11:55:00 +02:00 |
symboldatabase.h
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
token.cpp
|
Fixed more false positives of #6056:
|
2014-08-20 15:02:52 +02:00 |
token.h
|
Fixed more false positives of #6056:
|
2014-08-20 15:02:52 +02:00 |
tokenize.cpp
|
Fixed #6058: Don't detect class with unknown macro as variable.
|
2014-08-26 10:40:00 +02:00 |
tokenize.h
|
Fixed #5982 (Add xml dump)
|
2014-07-14 15:51:45 +02:00 |
tokenlist.cpp
|
AST: fix hang for code 'MACRO({.x=1,.y=2})'
|
2014-08-25 19:10:16 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Fixed crash #6089 by using information stored in Variable instead of accessing Variable::nameToken
|
2014-08-26 11:08:21 +02:00 |
valueflow.h
|
ValueFlow: start adding valueflow handling of strings and pointer aliases
|
2014-08-03 20:11:22 +02:00 |
version.h
|
Increased version to 1.66.99/1.67 dev
|
2014-08-02 18:07:01 +02:00 |
version.rc
|
…
|
|