cppcheck/lib
PKEuS 0d316af4f2 Fixed false positive stlSize for code like "foo + 1 > bar.size()" (#4584) 2013-02-16 02:50:25 -08:00
..
check.h
check64bit.cpp Travis: Fixed false positive in lib/checkbufferoverrun. Ticket: #4486 2013-02-04 19:02:42 +01:00
check64bit.h
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 assign function pointer: Fixed false positive when pointer is used also. Ticket: #2930 2013-02-02 15:26:14 +01:00
checkautovariables.h Fixed #2930 (new check: redundant assignment of pointer function parameter) 2013-02-01 19:16:17 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Changed severity and message formatting of argumentSize message. 2013-02-16 00:52:27 -08:00
checkbufferoverrun.h
checkclass.cpp Fixed travis failure: use begin() instead of C++11 cbegin() 2013-02-16 02:35:54 -08:00
checkclass.h
checkexceptionsafety.cpp Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token) 2013-02-06 06:39:58 +01:00
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp Properly handle return/break/continue in CheckIO::checkFileUsage() (#4466) 2013-02-15 08:30:43 -08:00
checkio.h
checkleakautovar.cpp Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token) 2013-02-06 06:39:58 +01:00
checkleakautovar.h
checkmemoryleak.cpp Fixed #4540 (memory leak not detected ('.' or '->' is used before Function)) 2013-01-31 17:00:50 +01:00
checkmemoryleak.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Reverted fix for #4547: It causes fp. See #4573 2013-02-12 16:13:08 +01:00
checknullpointer.h CheckNullPointer::isPointerDeRef: Refactoring - use tok->variable(). Ticket: #4535 2013-02-01 19:10:14 +01:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Refactorization: use Function::nestedIn instead of Function::functionScope->functionOf, which is valid even if the function implementation is not seen. 2013-02-16 01:43:16 -08:00
checkother.h Make redundantAssignment message inconclusive when printed on global variables to avoid false warning on semaphores/mutexes (#4467) 2013-02-15 09:01:10 -08:00
checkpostfixoperator.cpp CheckPostfixOperator: Use Token::variable. ticket: #4535 2013-02-05 06:47:08 +01:00
checkpostfixoperator.h
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 Uninitialized variables: improved checking of c++ code 2013-02-15 18:13:47 +01:00
checkuninitvar.h Fixed #4569 (False Positive: Uninitialised variable) 2013-02-11 18:31:14 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Fixed #4535 (Simplify checks by caching symbol database Variable pointer in Token) 2013-02-06 06:39:58 +01:00
checkunusedvar.h
config.h
cppcheck.cpp
cppcheck.h
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
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri Update Makefile. 2012-06-11 22:16:12 +03:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pcrerules.pri
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
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 Refactorization: use Function::nestedIn instead of Function::functionScope->functionOf, which is valid even if the function implementation is not seen. 2013-02-16 01:43:16 -08:00
symboldatabase.h Fixed #4388 (false positive 'noConstructor' in 1.57) 2013-02-15 06:44:07 +01:00
templatesimplifier.cpp fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
templatesimplifier.h fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
timer.cpp
timer.h
token.cpp fix misspellings & gcc v3.4.6 warnings 2013-02-09 23:43:09 -07:00
token.h Symbol database: more function/variable cleanup. Ticket: #4494 2013-01-31 06:41:18 +01:00
tokenize.cpp Fixed #4388 (false positive 'noConstructor' in 1.57) 2013-02-15 06:44:07 +01:00
tokenize.h Raise syntax error for if-condition without parentheses according to #2518 #4171 2013-02-05 21:13:57 +01:00
tokenlist.cpp Fixed #4505 (test/testtokenize.cpp: Assertion failed in 'make check') 2013-01-23 18:27:28 +01:00
tokenlist.h
version.h
version.rc