cppcheck/lib
Daniel Marjamäki 3b11ee9e0e AST: Improved handling of brackets 2013-11-25 20:58:40 +01:00
..
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 AST: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
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 Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkboost.h
checkbufferoverrun.cpp checkbufferoverrun: improved constness of local variables. checkbufferoverrun:array_index(): added a bailout if the function is called with tok=NULL and added a NULL pointer check after a dynamic_cast. 2013-11-10 05:05:31 +01:00
checkbufferoverrun.h Refactorizations: 2013-10-27 13:55:13 +01:00
checkclass.cpp Fixed #5122 (duplInheritedMember on private variables) 2013-11-21 05:39:23 +01:00
checkclass.h Fixed #5116 (false positive: memset on class (nested struct)) 2013-11-18 16:56:00 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Fixed #5195 (Crash below CheckIO::checkWrongPrintfScanfArguments()) 2013-11-23 08:40:35 +01:00
checkio.h Fixed #5134 (Memory leak below CheckIO::checkWrongPrintfScanfArguments()) 2013-11-01 05:42:37 +01:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Null pointers: Don't warn when first argument to freopen() is NULL 2013-11-08 13:22:07 +01:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp AST: Improved astIsFloat handling of expressions 2013-11-25 04:26:15 +01:00
checkother.h Fixed typos in comments, no functional changes. 2013-11-09 16:07:28 +01:00
checkpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
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 Fixed #4740 (False Positive: Uninitialised variable 'int *a[2][19]; int **b = a[0];') 2013-11-25 06:38:23 +01:00
checkuninitvar.h
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
config.h
cppcheck.cpp Refactoring FileLister and Path so they don't depend on Library 2013-10-31 19:09:01 +01:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
errorlogger.cpp
errorlogger.h
executionpath.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
executionpath.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
lib.pri
library.cpp Library: Fixed loading of 'resource' 2013-11-23 18:16:40 +01:00
library.h Fixed typos in comments, no functional changes. 2013-11-09 16:07:28 +01:00
mathlib.cpp Fixed typos in comments, no functional changes. 2013-11-09 16:07:28 +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 Fixed #5119 (Preprocessor: Using -D suppresses __cplusplus for C++ files) 2013-11-15 19:21:21 +01:00
preprocessor.h Fixed #5119 (Preprocessor: Using -D suppresses __cplusplus for C++ files) 2013-11-15 19:21:21 +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
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #5197 (SymbolDatabase: bad handling of unknown macros in function declaration) 2013-11-25 03:43:39 +01:00
symboldatabase.h CheckIO fixes. Ticket: #5051 2013-10-04 17:30:55 +02:00
templatesimplifier.cpp Fixed #4446 (Crash on complex C++ template) 2013-11-21 20:27:24 +01:00
templatesimplifier.h Fixed #4446 (Crash on complex C++ template) 2013-11-21 20:27:24 +01:00
timer.cpp
timer.h
token.cpp AST : cleanup unused functions 2013-11-06 12:38:58 +01:00
token.h AST: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
tokenize.cpp Fixed #5168 (segmentation fault (invalid code) in Tokenizer::simplifyVarDecl) 2013-11-24 11:07:11 +01:00
tokenize.h Tokenizer: Simplify float casts of integer constants 2013-11-19 18:07:12 +01:00
tokenlist.cpp AST: Improved handling of brackets 2013-11-25 20:58:40 +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