cppcheck/lib
zblair ed03e2c845 Fixed #4539 (False positive: Possible null pointer dereference) 2013-02-27 23:45:21 -08: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 Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486 2013-02-04 19:02:42 +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 Simplify checks by caching symbol database Variable pointer in Token 2013-01-31 20:08:48 +01: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 Changed severity and message formatting of argumentSize message. 2013-02-16 00:52:27 -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 Fixed #4620 (False positive: Uninitialized variable in constructor (1.58)) 2013-02-27 06:59:04 +01:00
checkclass.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
checkexceptionsafety.cpp Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token) 2013-02-06 06:39:58 +01: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 Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02: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 Properly handle return/break/continue in CheckIO::checkFileUsage() (#4466) 2013-02-15 08:30:43 -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 Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token) 2013-02-06 06:39:58 +01: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 #4367 (false positive: Class '...' is unsafe, '...' can leak by wrong usage) 2013-02-24 08:14:25 +01: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 #4539 (False positive: Possible null pointer dereference) 2013-02-27 23:45:21 -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 Implemented new check (Ticket #160): Storing getc() retun value in char variable and comparing to EOF. 2013-02-27 21:02:12 +01:00
checkother.h Fixed doxygen warnings 2013-02-27 21:05:18 +01: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 Fixed false positive stlSize for code like "foo + 1 > bar.size()" (#4584) 2013-02-16 02:50:25 -08:00
checkstl.h Fixed #2652 (container .size() check too strict) 2013-02-14 16:59:58 +01:00
checkuninitvar.cpp Fixed #4600 (False positive Uninitialized struct member when using it as 'out parameter') 2013-02-23 15:57:58 +01:00
checkuninitvar.h Fixed #4569 (False Positive: Uninitialised variable) 2013-02-11 18:31:14 +01: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 #4394 (FP: Variable 'a' is not assigned a value) 2013-02-20 17:43:16 +01: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 Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +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 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 Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
path.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02: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 fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -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 fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
suppressions.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
symboldatabase.cpp Fixed #4620 (False positive: Uninitialized variable in constructor (1.58)) 2013-02-27 06:59:04 +01:00
symboldatabase.h Fixed #4620 (False positive: Uninitialized variable in constructor (1.58)) 2013-02-27 06:59:04 +01:00
templatesimplifier.cpp Tokenizer: Fixed removeCast bug. Don't simplify (A)&b to A&b if A might be a type. Related with ticket: #4439 2013-02-16 16:58:36 +01: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 ast: clarify the code somewhat 2013-02-23 07:43:12 +01:00
token.h Symbol database: more function/variable cleanup. Ticket: #4494 2013-01-31 06:41:18 +01:00
tokenize.cpp Fixed #4617 (False positive (style): noexcept for constructors) 2013-02-28 06:38:57 +01:00
tokenize.h Fixed doxygen warnings 2013-02-27 21:05:18 +01:00
tokenlist.cpp ast: clarify the code somewhat 2013-02-23 07:43:12 +01:00
tokenlist.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02: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