cppcheck/lib
Daniel Marjamäki 8687e85e56 Fixed #4850 (False positive: invalidIterator1 detected when iterator container is member of some struct) 2013-10-26 17:48:20 +02:00
..
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
checkassert.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
checkassignif.cpp
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 Fixed #5077 (False positive: Comparison of boolean result with relational operator ((X + (Y < 0)) <= b)) 2013-10-09 05:43:50 +02: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 Fix typo in error message. 2013-10-23 09:05:39 +03:00
checkbufferoverrun.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02: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 CheckIO: fix crash 2013-10-08 05:33:37 +02:00
checkio.h CheckIO: add scanf argument type checking. Floating point and integer checking is complete but string checking is incomplete and character checking is missing. Ticket #4099 2013-09-22 06:56:31 +02:00
checkleakautovar.cpp
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 #4929 (False positive: possible null pointer deref (checks dont handle && and || well)) 2013-10-22 10:47:48 +02: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 #5089 ('inconclusive' output printed although --inconclusive not specified) 2013-10-23 06:42:52 +02: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
checkpostfixoperator.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
checksizeof.cpp
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 - Fix comment 2013-10-12 13:49:35 -03:00
checkuninitvar.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
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 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 Extended Qt support through Library 2013-10-20 14:09:10 +02:00
cppcheck.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp
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
library.cpp Extended Qt support through Library 2013-10-20 14:09:10 +02:00
library.h Code cleanups 2013-10-23 15:03:31 +02:00
mathlib.cpp MathLib: improved constness of local variables. No functional change. 2013-09-29 15:49:02 +02:00
mathlib.h Fixed linker problems in mathlib 2013-10-01 20:40:55 +02:00
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 astyle formatting 2013-10-19 09:52:19 +02:00
preprocessor.h doxygen: escape #pragma in comment to make doxygen happy. Thanks XhmikosR for the suggestion! 2013-10-25 16:08:19 +02:00
settings.cpp
settings.h Fixed #4920 (Microsoft ATL/MFC CString::Format argument checking) 2013-09-26 16:20:01 +02: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 SymbolDatabase: handle method with unknown macro 'void f() MACRO {..}' 2013-09-28 11:44:26 +02: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 #5074 (False positive: Duplicate expression (macro)) 2013-10-13 17:42:06 +02:00
token.h CheckIO: fixed some more false negatives. Ticket: #4964 2013-09-24 06:43:03 +02:00
tokenize.cpp Fixed #5084 (False positive: (style) Same expression on both sides of '&&') 2013-10-19 18:04:53 +02:00
tokenize.h Tokenizer:simplifyMathFunctions: added support for log()-functions. Improved testcases and documentation. The function simplifyMathFunctions() returns now true in case a simplifcation is made. This function is called within a while loop to guarantee all simplifications are made. 2013-10-03 20:52:07 +02:00
tokenlist.cpp CheckIO: fixed some more false negatives. Ticket: #4964 2013-09-24 06:43:03 +02:00
tokenlist.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
version.h Set version to 1.63 dev 2013-10-13 09:53:56 +02:00
version.rc