cppcheck/lib
Daniel Marjamäki 2f7fba2087 1.61: Set versions 2013-08-03 08:04:38 +02:00
..
check.h
check64bit.cpp Reverted experimental changes for handling of lambda functions (#4919). 2013-07-31 09:58:31 +02:00
check64bit.h
checkassert.cpp Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable)) 2013-06-05 22:10:43 +02:00
checkassert.h doc: minor tweaks of --doc output 2013-06-03 06:36:37 +02:00
checkassignif.cpp AssignIf: added todo test case (pass variable by value to function) 2013-07-29 12:27:57 +02:00
checkassignif.h doc: minor tweaks of --doc output 2013-06-03 06:36:37 +02:00
checkautovariables.cpp Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter) 2013-06-13 16:19:19 +02:00
checkautovariables.h
checkbool.cpp
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkbufferoverrun.h SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkclass.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Ensure wrongPrintfScanfParameterPositionError is shown by 'cppcheck --errorlist'. 2013-07-28 20:33:49 +02:00
checkio.h Ensure wrongPrintfScanfParameterPositionError is shown by 'cppcheck --errorlist'. 2013-07-28 20:33:49 +02:00
checkleakautovar.cpp astyle formatting 2013-07-28 11:53:49 +02:00
checkleakautovar.h CLI: Added --environment flag 2013-07-02 07:18:19 +02:00
checkmemoryleak.cpp * Move system includes before local ones 2013-07-31 18:21:06 +03:00
checkmemoryleak.h Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checknullpointer.h Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp CheckOther: removed redundant conditions. No need to check if varid is > 0 and if there is variable info. 2013-07-29 12:01:52 +02:00
checkother.h Fixed #4104 (New check: comma separated statements in return statement from a function) 2013-06-15 17:49:10 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp checksizeof: Fixed compiler error on VS. Missing header. 2013-07-21 19:00:12 +02:00
checksizeof.h Fixed #4906 (False positive: void * calculation (cast)) 2013-07-10 06:40:09 +02:00
checkstl.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkstl.h Fixed two spelling mistakes found by ettlmartin 2013-06-12 13:13:05 -07:00
checkuninitvar.cpp Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checkuninitvar.h Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checkunusedvar.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkunusedvar.h
config.h
cppcheck.cpp 1.61: Set versions 2013-08-03 08:04:38 +02:00
cppcheck.h Rules: Make it possible run a rule on the 'normal' token list 2013-06-09 14:58:56 +02:00
cppcheck.vcxproj Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
cppcheck.vcxproj.filters Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
errorlogger.cpp Fixed #4897 (callStackToString is not available when using custom message template) 2013-07-08 06:44:25 +02:00
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri dmake: fixed lib.pri for gui (tinyxml) 2013-07-08 21:56:09 +02:00
library.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +02:00
library.h Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
mathlib.cpp MathLib: Return inf.0 for NAN and INF calculations 2013-07-19 09:27:33 +02:00
mathlib.h
path.cpp
path.h Fixed #4859 (Update doxygen support) 2013-06-16 19:25:05 +02:00
pcrerules.pri
preprocessor.cpp Added terminate() handling to get quicker response when the user wants to terminate 2013-07-24 13:06:59 +02:00
preprocessor.h Added terminate() handling to get quicker response when the user wants to terminate 2013-07-24 13:06:59 +02:00
settings.cpp Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
settings.h Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
standards.h Environment: Refactoring and cleanup 2013-07-05 20:55:31 +02:00
suppressions.cpp
suppressions.h
symboldatabase.cpp Symbol database: improved handling of array members 2013-07-20 17:51:13 +02:00
symboldatabase.h SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
templatesimplifier.cpp Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
templatesimplifier.h
timer.cpp
timer.h
token.cpp Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
token.h Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
tokenize.cpp Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
tokenize.h Fixed #4911 (segfault, assignment in do ... while, 1.61dev) 2013-07-28 11:58:14 +02:00
tokenlist.cpp Added terminate() handling to get quicker response when the user wants to terminate 2013-07-24 13:06:59 +02:00
tokenlist.h Fixed Cppcheck warning. Method TokenList::createAst can be const 2013-06-01 15:04:37 +02:00
version.h 1.61: Set versions 2013-08-03 08:04:38 +02:00
version.rc