cppcheck/lib
PKEuS 292e52364c Refactorizations:
- Removed empty implementation of CheckUninitVar::runChecks()
- Avoided unnecessary string copying
2013-03-12 08:11:18 -07: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 #4642 (False positive: Returning an address value in a function with integer return type is not portable. (not returning address)) 2013-03-12 06:49:13 +01:00
check64bit.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkassignif.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
checkassignif.h Fixed #4470 (New check: redundant bitand 'x&=1; x&=2;' can be simplified to 'x=0;') 2013-01-21 19:59:34 +01:00
checkautovariables.cpp Refactorized check for assigning function parameters: 2013-02-18 08:52:49 -08:00
checkautovariables.h Refactorized check for assigning function parameters: 2013-02-18 08:52:49 -08: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 Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08:00
checkbufferoverrun.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkclass.cpp CheckClass: made warnings about uninitialized members in default constructors inconclusive. Ticket: #4639 2013-03-09 09:20:48 +01:00
checkclass.h New check: Warn about using malloc() for classes containing virtual methods, std::-objects or constructors 2013-03-01 06:07:20 -08: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 Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08: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 Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued 2013-03-03 02:41:59 -08: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 - Moved more functionality from Scope to Type: BaseInfo and FriendInfo 2013-03-05 06:28:40 -08: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 Simplified several Token::Match/simpleMatch calls when match string consists of a single pattern 2013-03-01 03:42:04 -08:00
checknullpointer.h CheckNullPointer::isPointerDeRef: Refactoring - use tok->variable(). Ticket: #4535 2013-02-01 19:10:14 +01: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 Refactorizations: 2013-03-12 07:42:00 -07:00
checkother.h Refactorizations: 2013-03-12 07:42:00 -07:00
checkpostfixoperator.cpp CheckPostfixOperator: Use Token::variable. ticket: #4535 2013-02-05 06:47:08 +01:00
checkpostfixoperator.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkstl.cpp Added support for different containers, while-loops and if to CheckStl::stlOutOfBounds() 2013-03-04 10:59:46 -08:00
checkstl.h Fixed #2652 (container .size() check too strict) 2013-02-14 16:59:58 +01:00
checkuninitvar.cpp Implement initial support for Types in Symboldatabase: 2013-03-05 04:33:38 -08: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 Refactorizations: 2013-03-12 08:11:18 -07:00
checkunusedvar.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
config.h Get rid of a warning 2012-06-16 06:34:18 +02:00
cppcheck.cpp Set version to 1.59 dev 2013-01-12 17:49:09 +01:00
cppcheck.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
cppcheck.vcxproj Fixed compilation as shared lib with PCRE: Ensure that sizeof(Settings) is the same with and without HAVE_RULES 2012-11-03 20:37:23 +01:00
cppcheck.vcxproj.filters Refactorized resource files: 2012-10-14 10:21:22 +02:00
errorlogger.cpp astyle formatting 2013-03-02 15:48:22 +01: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 Update Makefile. 2012-06-11 22:16:12 +03:00
mathlib.cpp Fix compiler warnings and comment/string typos 2013-01-16 07:37:07 -07:00
mathlib.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +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 Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
preprocessor.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
settings.cpp Reverted fix for #4547: It causes fp. See #4573 2013-02-12 16:13:08 +01:00
settings.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +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 Refactorizations: 2013-03-12 07:42:00 -07:00
symboldatabase.h CheckClass: made warnings about uninitialized members in default constructors inconclusive. Ticket: #4639 2013-03-09 09:20:48 +01:00
templatesimplifier.cpp Simplified several Token::Match/simpleMatch calls when match string consists of a single pattern 2013-03-01 03:42:04 -08: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 Changes in token.h/cpp: 2013-03-05 08:50:01 -08:00
token.h Changes in token.h/cpp: 2013-03-05 08:50:01 -08:00
tokenize.cpp Implemented better fix for #4644 2013-03-12 08:05:03 -07:00
tokenize.h Reduced code duplication in tokenizer 2013-03-02 09:19:53 -08:00
tokenlist.cpp AST: create possible NULL pointer dereference if tokenlist is empty. Ticket: #4630 2013-03-02 15:49:48 +01:00
tokenlist.h Refactorizations: 2013-03-12 07:42:00 -07:00
version.h Set version to 1.59 dev 2013-01-12 17:49:09 +01:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00