.. |
check.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
check64bit.cpp
|
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
|
2013-10-08 06:36:45 +02:00 |
check64bit.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkassert.cpp
|
Fixed #4937 (false positive: Assert calls a function which may have desired side effects)
|
2013-08-22 06:38:54 +02:00 |
checkassert.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkassignif.cpp
|
AssignIf: Improved handling of function calls
|
2013-08-13 14:08:54 +02:00 |
checkassignif.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
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
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
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
|
spelling fix: desctructor => destructor
|
2013-09-09 06:14:41 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkinternal.cpp
|
…
|
|
checkinternal.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkio.cpp
|
Fixed #5134 (Memory leak below CheckIO::checkWrongPrintfScanfArguments())
|
2013-11-01 05:42:37 +01:00 |
checkio.h
|
Fixed #5134 (Memory leak below CheckIO::checkWrongPrintfScanfArguments())
|
2013-11-01 05:42:37 +01:00 |
checkleakautovar.cpp
|
astyle formatting
|
2013-07-28 11:53:49 +02:00 |
checkleakautovar.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkmemoryleak.cpp
|
Fixed #5030 (Segmentation fault below CheckMemoryLeakStructMember::isMalloc())
|
2013-09-21 18:10:29 +02:00 |
checkmemoryleak.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checknullpointer.cpp
|
Fixed #5108 (false positive: uninitialized variable (assignment in function parameter))
|
2013-11-04 23:09:15 +01:00 |
checknullpointer.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkother.cpp
|
Fixed #5128 (False positive zerodivcond 'a ? 1 / a : 0')
|
2013-10-30 16:51:00 +01:00 |
checkother.h
|
Fixed clang warning: lib/checkother.h:360:80: warning: implicit conversion turns string literal into.
|
2013-09-30 10:43:21 -07:00 |
checkpostfixoperator.cpp
|
Refactorized postfix operator check:
|
2013-03-31 04:17:23 -07:00 |
checkpostfixoperator.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checksizeof.cpp
|
Fixed #5129 (FP:arithOperationsOnVoidPointer on void**)
|
2013-10-31 06:04:51 +01:00 |
checksizeof.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
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
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
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
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
checkunusedfunctions.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01: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
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
config.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
cppcheck.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
cppcheck.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
cppcheck.vcxproj
|
Updated to latest TinyXML
|
2013-08-03 20:29:50 +02:00 |
cppcheck.vcxproj.filters
|
Updated to latest TinyXML
|
2013-08-03 20:29:50 +02:00 |
errorlogger.cpp
|
Use TinyXML to write XML files
|
2013-08-07 16:30:55 +02:00 |
errorlogger.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
lib.pri
|
dmake: fixed lib.pri for gui (tinyxml)
|
2013-07-08 21:56:09 +02:00 |
library.cpp
|
Library: return false from load() when tinyxml::FirstChildElement() return a NULL pointer.
|
2013-10-31 19:49:36 +01:00 |
library.h
|
Fix compilation error with VS after e446a28b3d .
|
2013-10-31 20:56:47 +02:00 |
mathlib.cpp
|
Fixed #5142 (False positive with floating-point special cases in conditions)
|
2013-11-04 11:56:43 +01:00 |
mathlib.h
|
Fixed linker problems in mathlib
|
2013-10-01 20:40:55 +02:00 |
path.cpp
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
path.h
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Ticket #5139: Properly simplify recursive macro definitions
|
2013-11-01 16:47:22 +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
|
Make it possible to create AST, by using the --ast flag
|
2013-11-02 18:37:35 +01:00 |
settings.h
|
Make it possible to create AST, by using the --ast flag
|
2013-11-02 18:37:35 +01:00 |
standards.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
symboldatabase.cpp
|
Ticket #5120: New test case, that works now that #5125 is fixed
|
2013-10-30 10:15:03 +01:00 |
symboldatabase.h
|
CheckIO fixes. Ticket: #5051
|
2013-10-04 17:30:55 +02:00 |
templatesimplifier.cpp
|
Fixed #5055 (False negatives when using -I (external source code))
|
2013-09-29 18:59:27 +02:00 |
templatesimplifier.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
timer.cpp
|
…
|
|
timer.h
|
Fixed #5007 (Same include guard naming)
|
2013-09-04 20:59:49 +02:00 |
token.cpp
|
Fixed AST problem for 'if ((a.b&c)==d){}'
|
2013-11-02 19:18:58 +01:00 |
token.h
|
Make it possible to create AST, by using the --ast flag
|
2013-11-02 18:37:35 +01:00 |
tokenize.cpp
|
fixed #5141: Tokenizer: Dereference before null check (Scan.coverity id 1061759)
|
2013-11-04 03:53:23 -08:00 |
tokenize.h
|
Fixed #4983 (False positive warning 'Possible null pointer dereference: lblList - otherwise it is redundant to check it against null.' with sizeof lblList[0])
|
2013-11-02 23:56:10 +01:00 |
tokenlist.cpp
|
AST: Handle ternary operators
|
2013-11-04 11:44:54 +01:00 |
tokenlist.h
|
AST: Rewrite using standard approach
|
2013-11-04 11:26:16 +01:00 |
version.h
|
Set version to 1.63 dev
|
2013-10-13 09:53:56 +02:00 |
version.rc
|
…
|
|