.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Disabled several checks and simplifications for C code, if they are C++-only. Do not match arguments for C code, since there can't be overloads.
|
2014-09-01 18:43:24 +02:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Reduce code duplication, cleanup variable names
|
2014-08-25 11:49:17 +04:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
Fixed false positive #4788 (break; in BOOST_FOREACH)
|
2014-08-31 20:40:52 +02:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Minor refactorings. rename token. cleanup if/else.
|
2014-09-02 16:10:51 +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 |
checkcondition.cpp
|
Move cheap checks earlier to avoid more expensive ones
|
2014-09-01 12:52:27 +04:00 |
checkcondition.h
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
checkexceptionsafety.cpp
|
Fixed crash on invalid code #6080
|
2014-08-23 12:36:42 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed some compiler warning about signed/unsigned conversions.
|
2014-09-02 11:44:51 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Improved message 'mismatchSize' (#4167)
|
2014-09-02 09:38:40 +02:00 |
checkmemoryleak.h
|
Refactorization in checkmemoryleak.cpp:
|
2014-09-01 13:54:33 +02:00 |
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
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Merge pull request #415 from Dmitry-Me/reducePatternsDuplication
|
2014-09-04 07:46:59 +02:00 |
checkother.h
|
#5805 'Passing value -1.0 to sqrt() leads to undefined result' is incorrect. Degrade wrongmathcall from error to warning, since it deals with implementation-defined behaviour
|
2014-09-01 19:31:32 +02:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
…
|
|
checksizeof.h
|
…
|
|
checkstl.cpp
|
astyle formatting
|
2014-08-27 17:27:14 +02:00 |
checkstl.h
|
…
|
|
checkstring.cpp
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
checkstring.h
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
checkuninitvar.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Fixed false positive #4648
|
2014-08-31 20:33:27 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed false positive #5466
|
2014-08-31 19:46:30 +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
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Detect and purge duplicate configurations by calculating a checksum.
|
2014-09-02 22:35:52 +02:00 |
cppcheck.h
|
Detect and purge duplicate configurations by calculating a checksum.
|
2014-09-02 22:35:52 +02:00 |
cppcheck.vcxproj
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
cppcheck.vcxproj.filters
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
Refactorizations optimizing std::string usage:
|
2014-06-26 11:51:02 +02:00 |
executionpath.cpp
|
Fixed Cppcheck warnings
|
2014-09-04 18:08:56 +02:00 |
executionpath.h
|
…
|
|
lib.pri
|
Makefile: generate new Makefile with dmake
|
2014-08-29 18:32:50 +02:00 |
library.cpp
|
…
|
|
library.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
suppressions.h
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
symboldatabase.cpp
|
Fixed SymbolDatabase if unnamed struct is casted and returned (#6125)
|
2014-09-03 11:15:05 +02:00 |
symboldatabase.h
|
SymbolDatabase: New scope type eLambda
|
2014-08-31 10:21:27 +02:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
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 some compiler warning about signed/unsigned conversions.
|
2014-09-02 11:44:51 +02:00 |
tokenize.h
|
Reimplemented version.h:
|
2014-09-01 08:48:25 +02:00 |
tokenlist.cpp
|
Improved checksum algorithm to fix configurations being purged by coincidence (#6126):
|
2014-09-03 23:10:38 +02:00 |
tokenlist.h
|
Detect and purge duplicate configurations by calculating a checksum.
|
2014-09-02 22:35:52 +02:00 |
valueflow.cpp
|
#6127 crash on patch(?)-".c" file. Avoid segfault.
|
2014-09-04 21:28:18 +02:00 |
valueflow.h
|
…
|
|
version.h
|
Fix version number macros
|
2014-09-04 21:18:15 +02:00 |
version.rc
|
…
|
|