cppcheck/lib
PKEuS 12f5ccfb4e Refactorized postfix operator check:
- Support class members
- Support references (removed wrong bailout)
- Removed wrong unit tests and wrong messages for std::cout << k-- << std::endl;
2013-03-31 04:17:23 -07:00
..
check.h
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
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
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
checkbufferoverrun.cpp checkbufferoverrun.cpp: fix a /W4 MSVC warning 2013-03-30 19:06:13 +01:00
checkbufferoverrun.h #4664: new check: (POSIX) write outside buffer size. 2013-03-19 08:22:48 +01:00
checkclass.cpp Fixed #4656 (New check: Detect pure virtual function calls) 2013-03-30 15:09:22 +01:00
checkclass.h Fixed #4656 (New check: Detect pure virtual function calls) 2013-03-30 15:09:22 +01: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
checkinternal.cpp
checkinternal.h
checkio.cpp Fixed #4649 (false positive: Used file that is not opened; variables in struct) 2013-03-15 06:42:46 +01: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
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed Cppcheck warning. Function can be const 2013-03-29 17:55:29 +01:00
checknullpointer.h Fixed Cppcheck warning. Function can be const 2013-03-29 17:55:29 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed mistake in verbose message. 2013-03-29 11:27:54 -07:00
checkother.h Refactorizations: 2013-03-12 07:42:00 -07:00
checkpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
checkpostfixoperator.h
checkstl.cpp Fixed #4684 (cppcheck crash in template function call.) 2013-03-29 19:29:23 +01:00
checkstl.h
checkuninitvar.cpp Uninitialized variables: Fixed false positives when using sizeof inside loop 2013-03-22 08:10:46 +01:00
checkuninitvar.h Refactorizations: 2013-03-12 08:11:18 -07:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed #4447 (false positive: (style) Variable 'X' is assigned a value that is never used (goto)) 2013-03-28 06:44:37 +01:00
checkunusedvar.h
config.h
cppcheck.cpp Set version to 1.60 dev 2013-03-30 19:04:01 +01:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp astyle formatting 2013-03-02 15:48:22 +01:00
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri
mathlib.cpp
mathlib.h
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 crash in test suite (#4595) 2013-03-14 04:21:38 -07:00
preprocessor.h Fixed #4594 (Analyzing errors about system headers not being found) 2013-03-13 06:48:33 +01:00
settings.cpp
settings.h
standards.h
suppressions.cpp Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
suppressions.h
symboldatabase.cpp Fixed #4686 (Prefer prefix ++/-- operators for non-primitive types with template iterator) 2013-03-30 13:49:56 +01:00
symboldatabase.h Fixed #4352: Ensure that class provides an iterator interface. 2013-03-14 09:00:22 -07:00
templatesimplifier.cpp Fixed #4465 (syntax error on valid C++ source file) 2013-03-14 18:52:22 +01:00
templatesimplifier.h
timer.cpp
timer.h
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 Reverted fix. It might be possible to make a better fix 2013-03-25 19:55:35 +01:00
tokenize.h Fixed #3585 (errors not recognized when class has extra specification) 2013-03-18 19:09:04 +01: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.60 dev 2013-03-30 19:04:01 +01:00
version.rc