.. |
check.h
|
…
|
|
check64bit.cpp
|
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
|
2013-10-08 06:36:45 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkassignif.cpp
|
…
|
|
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.)
|
2013-10-06 16:07:27 +02:00 |
checkautovariables.h
|
Fixed #5005 (false positive: (warning) Assignment of function parameter has no effect outside the function.)
|
2013-10-06 16:07:27 +02:00 |
checkbool.cpp
|
CheckBool: Fixed false negative when assigning bool to pointer '; s.p = true; '
|
2013-10-29 16:16:52 +01:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Refactorizations:
|
2013-10-27 13:55:13 +01:00 |
checkbufferoverrun.h
|
Refactorizations:
|
2013-10-27 13:55:13 +01:00 |
checkclass.cpp
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Fixed #5104 (False positive: Invalid argument in printf and scanf for vector template)
|
2013-10-27 10:48:49 +01:00 |
checkio.h
|
Fixed #5104 (False positive: Invalid argument in printf and scanf for vector template)
|
2013-10-27 10:48:49 +01:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Merge pull request #183 from felipensp/null_ptr_typeof
|
2013-10-27 02:37:31 -07:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Fixed #5128 (False positive zerodivcond 'a ? 1 / a : 0')
|
2013-10-30 16:51:00 +01:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
Fixed #5129 (FP:arithOperationsOnVoidPointer on void**)
|
2013-10-31 06:04:51 +01:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Fixed #4850 (False positive: invalidIterator1 detected when iterator container is member of some struct)
|
2013-10-26 17:48:20 +02:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Uninitvar: Added comment to clarify that the old logic for function calls has been removed because it had FP and the 'same' checking in the new checker will be used to catch these errors instead.
|
2013-10-26 18:46:06 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
checkunusedfunctions.h
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
checkunusedvar.cpp
|
Fixed #4956 (false positive: Variable 'myIsFirst' is assigned a value that is never used.)
|
2013-10-26 15:22:28 +02:00 |
checkunusedvar.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
Library: Fixed bug. Continue if there is no errors.
|
2013-10-27 17:38:39 +01:00 |
library.h
|
Library: Added simple testing
|
2013-10-27 17:10:43 +01:00 |
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
path.h
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Preprocessor: Use set instead of list to track '#pragma once' usage
|
2013-10-27 10:33:37 +01:00 |
preprocessor.h
|
Preprocessor: Use set instead of list to track '#pragma once' usage
|
2013-10-27 10:33:37 +01:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Ticket #5120: New test case, that works now that #5125 is fixed
|
2013-10-30 10:15:03 +01:00 |
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed #5074 (False positive: Duplicate expression (macro))
|
2013-10-13 17:42:06 +02:00 |
token.h
|
…
|
|
tokenize.cpp
|
Fixed #5131 (False Positive: %u in format string requires 'unsigned int' but the argument type is 'int'.)
|
2013-10-31 17:20:00 +01:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
version.h
|
Set version to 1.63 dev
|
2013-10-13 09:53:56 +02:00 |
version.rc
|
…
|
|