cppcheck/lib
Daniel Marjamäki 20b84fcdee Null pointers: Don't warn when first argument to freopen() is NULL 2013-11-08 13:22:07 +01:00
..
check.h
check64bit.cpp
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
checkautovariables.h
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 Checkbufferoverrun: improved constness of local variables, no functional changes. 2013-11-03 04:48:41 +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 (false negative: improper formatstring - vector::at()) 2013-11-08 12:44:05 +01:00
checkio.h Fixed (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: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Fixed (FP:arithOperationsOnVoidPointer on void**) 2013-10-31 06:04:51 +01:00
checksizeof.h
checkstl.cpp Fixed (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 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 (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
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
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 (False positive with floating-point special cases in conditions) 2013-11-04 11:56:43 +01:00
mathlib.h
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 : 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
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed ((debug) Scope::checkVariable found variable ')') 2013-11-08 12:56:32 +01:00
symboldatabase.h
templatesimplifier.cpp
templatesimplifier.h
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 AST: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
tokenize.h Fixed (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: Added experimental new implementations for CheckAssignIf::comparison, CheckOther::checkIncorrectLogicOperator and CheckOther::checkDuplicateExpression 2013-11-07 14:38:08 +01:00
tokenlist.h AST: Rewrite using standard approach 2013-11-04 11:26:16 +01:00
version.h
version.rc