cppcheck/lib
Daniel Marjamäki cd5e32446f Fixed #4641 (False positive: Address of local auto-variable assigned to a function parameter) 2013-06-13 16:19:19 +02:00
..
check.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
check64bit.cpp Fixed #4659 (portability: address value / integer false positive) 2013-03-17 17:25:57 +01:00
check64bit.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
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 Fixed #4735 (FP: Mismatching assignment and comparison) 2013-04-23 06:47:15 +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 Refactorized check for assigning function parameters: 2013-02-18 08:52:49 -08:00
checkbool.cpp Moved checks related to boolean type (not condition checking!) from checkother into new file 2013-04-10 09:25:50 -07:00
checkbool.h Moved checks related to boolean type (not condition checking!) from checkother into new file 2013-04-10 09:25:50 -07:00
checkboost.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkboost.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkbufferoverrun.cpp Fixed #4751 (CheckBufferOverrun: better handling when struct member instance doesn't have same varid as struct member declaration) 2013-05-28 16:52:23 +02:00
checkbufferoverrun.h Fixed Cppcheck warning, method can be static 2013-06-01 14:06:48 +02:00
checkclass.cpp CheckClass: Fixed nullpointer check and then dereference warning. 2013-05-17 14:10:53 +02:00
checkclass.h Implemented support for move constructors: 2013-04-10 21:57:22 +02:00
checkexceptionsafety.cpp Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08:00
checkexceptionsafety.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkinternal.cpp Changed behaviour of %op% pattern accordingly to changes to Token::isOp(). Added %cop% as replacement for old %op% 2013-03-01 02:43:59 -08:00
checkinternal.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkio.cpp Distinguish between different swprintf overloads. (#4790) 2013-05-14 02:06:16 -07:00
checkio.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkleakautovar.cpp Use existing Standards object instead of creating new one 2013-04-18 04:24:09 -07:00
checkleakautovar.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkmemoryleak.cpp Fixed #4599 (False positive with fopen/fclose test) 2013-05-23 06:34:22 +02:00
checkmemoryleak.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
checknonreentrantfunctions.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checknonreentrantfunctions.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checknullpointer.cpp Fixed #4809 (Review CheckNullPointer::parseFunctionCall) 2013-06-07 06:37:53 +02:00
checknullpointer.h Fixed #4510 (False positive: "Possible null pointer dereference if the default parameter value is used" after init) 2013-04-25 00:25:56 -07:00
checkobsoletefunctions.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkobsoletefunctions.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkother.cpp Fixed #4173: Elaborated on the verbose error message 2013-06-10 23:11:44 -07:00
checkother.h Fixed #4173: New check: arithmetical usage of inf/nan result 2013-06-09 23:13:08 -07:00
checkpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
checkpostfixoperator.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checksizeof.cpp Moved checks related to sizeof usage from checkother into new file 2013-04-10 09:49:38 -07:00
checksizeof.h Moved checks related to sizeof usage from checkother into new file 2013-04-10 09:49:38 -07:00
checkstl.cpp Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].') 2013-05-01 11:11:57 +02:00
checkstl.h Fixed two spelling mistakes found by ettlmartin 2013-06-12 13:13:05 -07:00
checkuninitvar.cpp Fixed #4652 (False positive: variable value tracking into loop body) 2013-05-29 16:16:12 +02:00
checkuninitvar.h Refactorizations: 2013-03-12 08:11:18 -07:00
checkunusedfunctions.cpp Merge pull request #128 from acmyo/master 2013-01-16 08:00:59 -08:00
checkunusedfunctions.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkunusedvar.cpp Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects() 2013-04-01 12:41:14 +02:00
checkunusedvar.h Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects() 2013-04-01 12:41:14 +02:00
config.h Get rid of a warning 2012-06-16 06:34:18 +02:00
cppcheck.cpp astyle formatting 2013-06-12 06:43:52 +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 Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
cppcheck.vcxproj.filters Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
errorlogger.cpp ErrorLogger: Make sure Token class is known 2013-05-07 18:18:15 +02:00
errorlogger.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
executionpath.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
executionpath.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
lib.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
mathlib.cpp Fixed two spelling mistakes found by ettlmartin 2013-06-12 13:13:05 -07:00
mathlib.h Reverted 'simplify NOT' since there are problems related to signedness of numeric values. 2013-04-24 06:32:34 +02:00
path.cpp Fixed #4608 (false positive: (style) struct or union member is never used.) 2013-03-01 16:13:04 +01:00
path.h Fixed #4608 (false positive: (style) struct or union member is never used.) 2013-03-01 16:13:04 +01:00
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Fixed #4848 (--include not working since the last 2 days) 2013-06-12 16:59:25 +02:00
preprocessor.h Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force) 2013-06-08 16:46:54 +02:00
settings.cpp Reverted fix for #4547: It causes fp. See #4573 2013-02-12 16:13:08 +01:00
settings.h Rules: Make it possible run a rule on the 'normal' token list 2013-06-09 14:58:56 +02:00
standards.h Standards: remove useless semicolon after function 2013-01-22 00:13:36 +01:00
suppressions.cpp Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
suppressions.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
symboldatabase.cpp Fixed #4694 2013-06-07 10:37:33 +04:00
symboldatabase.h Implemented support for move constructors: 2013-04-10 21:57:22 +02:00
templatesimplifier.cpp Fixed issue on C++11 right angle brackets (#4832) 2013-06-12 13:43:29 -07:00
templatesimplifier.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
timer.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
timer.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
token.cpp Fixed #4798 (Token::Match(tok, '&|*|%var%') behaves differently when parsed or compiled) 2013-05-15 13:22:25 +02:00
token.h Fixed #4554 (false negative: buffer access out of bounds) 2013-05-02 21:50:48 -07:00
tokenize.cpp Fixed #4463 (false positive: (style) Variable 'CHDERR_NOT_OPEN' hides enumerator with same name) 2013-06-12 06:45:26 +02:00
tokenize.h Fixed Cppcheck warning. Made method const 2013-06-01 14:35:21 +02:00
tokenlist.cpp Fixed Cppcheck warning. Method TokenList::createAst can be const 2013-06-01 15:04:37 +02:00
tokenlist.h Fixed Cppcheck warning. Method TokenList::createAst can be const 2013-06-01 15:04:37 +02:00
version.h Set version to 1.61 dev 2013-06-02 15:40:51 +02:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00