.. |
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable))
|
2013-06-05 22:10:43 +02:00 |
checkassert.h
|
doc: minor tweaks of --doc output
|
2013-06-03 06:36:37 +02:00 |
checkassignif.cpp
|
Fixed #4735 (FP: Mismatching assignment and comparison)
|
2013-04-23 06:47:15 +02:00 |
checkassignif.h
|
doc: minor tweaks of --doc output
|
2013-06-03 06:36:37 +02:00 |
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
…
|
|
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed #4751 (CheckBufferOverrun: better handling when struct member instance doesn't have same varid as struct member declaration)
|
2013-05-28 16:52:23 +02:00 |
checkbufferoverrun.h
|
Fixed Cppcheck warning, method can be static
|
2013-06-01 14:06:48 +02:00 |
checkclass.cpp
|
CheckClass: Fixed nullpointer check and then dereference warning.
|
2013-05-17 14:10:53 +02:00 |
checkclass.h
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checkexceptionsafety.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Distinguish between different swprintf overloads. (#4790)
|
2013-05-14 02:06:16 -07:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Use existing Standards object instead of creating new one
|
2013-04-18 04:24:09 -07:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #4599 (False positive with fopen/fclose test)
|
2013-05-23 06:34:22 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #4809 (Review CheckNullPointer::parseFunctionCall)
|
2013-06-07 06:37:53 +02:00 |
checknullpointer.h
|
Fixed #4510 (False positive: "Possible null pointer dereference if the default parameter value is used" after init)
|
2013-04-25 00:25:56 -07:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
CheckOther::checkSuspiciousEqualityComparison: check if --inconclusive has been used since the message is inconclusive
|
2013-05-20 16:05:21 +02:00 |
checkother.h
|
Fixed #4775 (Check for assert() with side effects)
|
2013-05-07 21:35:16 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].')
|
2013-05-01 11:11:57 +02:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Fixed #4652 (False positive: variable value tracking into loop body)
|
2013-05-29 16:16:12 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
|
2013-06-08 16:46:54 +02:00 |
cppcheck.h
|
CppCheck: Added _simplify flag that can be used by clients to disable simplifications
|
2013-05-11 11:35:04 +02:00 |
cppcheck.vcxproj
|
Fixed #4775 (Check for assert() with side effects)
|
2013-05-07 21:35:16 +02:00 |
cppcheck.vcxproj.filters
|
Fixed #4775 (Check for assert() with side effects)
|
2013-05-07 21:35:16 +02:00 |
errorlogger.cpp
|
ErrorLogger: Make sure Token class is known
|
2013-05-07 18:18:15 +02:00 |
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
Fixed #4775 (Check for assert() with side effects)
|
2013-05-07 21:35:16 +02:00 |
mathlib.cpp
|
Fixed #4520 (segmentation fault of cppcheck (preprocessing))
|
2013-05-09 18:50:24 +02:00 |
mathlib.h
|
Reverted 'simplify NOT' since there are problems related to signedness of numeric values.
|
2013-04-24 06:32:34 +02:00 |
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
|
2013-06-08 16:46:54 +02:00 |
preprocessor.h
|
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
|
2013-06-08 16:46:54 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Fixed #4694
|
2013-06-07 10:37:33 +04:00 |
symboldatabase.h
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
templatesimplifier.cpp
|
Fixed #4767 (segmentation fault in expand template)
|
2013-05-01 13:28:01 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #4798 (Token::Match(tok, '&|*|%var%') behaves differently when parsed or compiled)
|
2013-05-15 13:22:25 +02:00 |
token.h
|
Fixed #4554 (false negative: buffer access out of bounds)
|
2013-05-02 21:50:48 -07:00 |
tokenize.cpp
|
Merge pull request #139 from JustRamires/master
|
2013-06-08 07:46:08 -07:00 |
tokenize.h
|
Fixed Cppcheck warning. Made method const
|
2013-06-01 14:35:21 +02:00 |
tokenlist.cpp
|
Fixed Cppcheck warning. Method TokenList::createAst can be const
|
2013-06-01 15:04:37 +02:00 |
tokenlist.h
|
Fixed Cppcheck warning. Method TokenList::createAst can be const
|
2013-06-01 15:04:37 +02:00 |
version.h
|
Set version to 1.61 dev
|
2013-06-02 15:40:51 +02:00 |
version.rc
|
…
|
|