.. |
check.h
|
…
|
|
check64bit.cpp
|
Fixed #4659 (portability: address value / integer false positive)
|
2013-03-17 17:25:57 +01:00 |
check64bit.h
|
…
|
|
checkassignif.cpp
|
Fixed #4691 (False positive: Mismatching bitmasks in switch())
|
2013-04-07 04:25:10 +02:00 |
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
…
|
|
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Moved checks related to boolean type (not condition checking!) from checkother into new file
|
2013-04-10 09:25:50 -07:00 |
checkbool.h
|
Moved checks related to boolean type (not condition checking!) from checkother into new file
|
2013-04-10 09:25:50 -07:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Better fix for #4706: Use Token::nextArgument() properly. Removed redundant ' in message
|
2013-04-09 08:30:53 -07:00 |
checkbufferoverrun.h
|
#4664: new check: (POSIX) write outside buffer size.
|
2013-03-19 08:22:48 +01:00 |
checkclass.cpp
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checkclass.h
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed #4649 (false positive: Used file that is not opened; variables in struct)
|
2013-03-15 06:42:46 +01:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
|
2013-03-03 02:41:59 -08:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
checknullpointer.h
|
Fixed Cppcheck warning. Function can be const
|
2013-03-29 17:55:29 +01:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
avoid crash in checkother:wrongPipeParameterSize when a pointer with unknown size is provided.
|
2013-04-11 14:22:22 +02:00 |
checkother.h
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
checkpostfixoperator.cpp
|
Refactorized postfix operator check:
|
2013-03-31 04:17:23 -07:00 |
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
checksizeof.h
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
checkstl.cpp
|
Fixed MSVC warning
|
2013-04-08 02:26:58 -07:00 |
checkstl.h
|
Fixed #3372 (New check: dereference iterator and then checking it)
|
2013-04-04 21:14:59 -07:00 |
checkuninitvar.cpp
|
Uninitialized variables: Fixed fp when initializing struct with function in loop body
|
2013-04-10 20:46:44 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
checkunusedvar.h
|
Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects()
|
2013-04-01 12:41:14 +02:00 |
config.h
|
Get rid of a warning
|
2012-06-16 06:34:18 +02:00 |
cppcheck.cpp
|
Set version to 1.60 dev
|
2013-03-30 19:04:01 +01:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
cppcheck.vcxproj.filters
|
Moved checks related to sizeof usage from checkother into new file
|
2013-04-10 09:49:38 -07:00 |
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
fixed #4726: simplify bitwise Not (~ %num%)
|
2013-04-11 09:16:40 +02:00 |
mathlib.h
|
fixed #4726: simplify bitwise Not (~ %num%)
|
2013-04-11 09:16:40 +02:00 |
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Fixed crash in test suite (#4595)
|
2013-03-14 04:21:38 -07:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Use Token::link() instead of Token::findClosingBracket() whereever possible
|
2013-04-15 13:48:28 -07:00 |
symboldatabase.h
|
Implemented support for move constructors:
|
2013-04-10 21:57:22 +02:00 |
templatesimplifier.cpp
|
fixed typo in reporting Error
|
2013-04-16 11:25:45 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
Use Token::link() instead of Token::findClosingBracket() whereever possible
|
2013-04-15 13:48:28 -07:00 |
tokenize.h
|
Fixed #3585 (errors not recognized when class has extra specification)
|
2013-03-18 19:09:04 +01:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
version.h
|
Set version to 1.60 dev
|
2013-03-30 19:04:01 +01:00 |
version.rc
|
…
|
|