.. |
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 #4735 (FP: Mismatching assignment and comparison)
|
2013-04-23 06:47:15 +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
|
CheckBufferOverrun: Code cleanup
|
2013-05-05 08:14:19 +02: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
|
Use existing Standards object instead of creating new one
|
2013-04-18 04:24:09 -07:00 |
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
astyle formatting
|
2013-04-30 06:44:50 +02:00 |
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Fixed #4734 (False 'Possible null pointer dereference')
|
2013-05-03 16:18:44 +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
|
Improved fix for #4455, no false negatives if variable is used before first memset
|
2013-04-30 16:56:44 +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 #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
|
Fixed #3372 (New check: dereference iterator and then checking it)
|
2013-04-04 21:14:59 -07:00 |
checkuninitvar.cpp
|
Fixed #4773 (Regression: wrong detection of unitialized variable)
|
2013-05-06 18:45:00 +02:00 |
checkuninitvar.h
|
Refactorizations:
|
2013-03-12 08:11:18 -07:00 |
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
|
…
|
|
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: Make sure Token class is known
|
2013-05-07 18:18:15 +02:00 |
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
dmake: update Makefile
|
2013-05-05 09:22:04 +02:00 |
mathlib.cpp
|
Reverted 'simplify NOT' since there are problems related to signedness of numeric values.
|
2013-04-24 06:32:34 +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 crash in test suite (#4595)
|
2013-03-14 04:21:38 -07:00 |
preprocessor.h
|
Fixed #4594 (Analyzing errors about system headers not being found)
|
2013-03-13 06:48:33 +01:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
Don't use native separators for suppression matching
|
2013-03-12 07:53:18 -07:00 |
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 #4767 (segmentation fault in expand template)
|
2013-05-01 13:28:01 +02:00 |
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Changes in token.h/cpp:
|
2013-03-05 08:50:01 -08:00 |
token.h
|
Fixed #4554 (false negative: buffer access out of bounds)
|
2013-05-02 21:50:48 -07:00 |
tokenize.cpp
|
Fixed #4786 (segfault with one LibreOffice file)
|
2013-05-06 16:56:34 +02:00 |
tokenize.h
|
Fixed #4554 (false negative: buffer access out of bounds)
|
2013-05-02 21:50:48 -07:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
Refactorizations:
|
2013-03-12 07:42:00 -07:00 |
version.h
|
Set version to 1.60 dev
|
2013-03-30 19:04:01 +01:00 |
version.rc
|
…
|
|