cppcheck/lib
Simon Martin 2e2f9facf5 Ticket #6953: Fixed flawed logic in PR#650. 2015-08-27 23:35:22 +02:00
..
CMakeLists.txt
astutils.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
astutils.h Removed some unused code 2015-08-15 19:17:25 +02:00
check.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
check.h
check64bit.cpp Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0. 2015-01-31 12:32:04 +01:00
check64bit.h
checkassert.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkassert.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkautovariables.cpp Skip inner classes in CheckAutoVariables::returnReference() (#6951) 2015-08-26 13:31:51 +02:00
checkautovariables.h Properly differentiate arrays of pointers and pointers to arrays. 2015-08-25 21:19:19 +02:00
checkbool.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkbool.h
checkboost.cpp
checkboost.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkbufferoverrun.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
checkbufferoverrun.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkclass.cpp Ticket #6953: Fixed flawed logic in PR#650. 2015-08-27 23:35:22 +02:00
checkclass.h
checkcondition.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkcondition.h
checkexceptionsafety.cpp #6712 segmentation fault (invalid code) in CheckExceptionSafety::checkRethrowCopy. Local fix to avoid accessing NULL-token 2015-05-28 21:12:02 +02:00
checkexceptionsafety.h
checkinternal.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkinternal.h
checkio.cpp Some small refactorizations 2015-08-15 19:46:31 +02:00
checkio.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkleakautovar.cpp
checkleakautovar.h Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar. 2015-01-28 17:38:43 +01:00
checkmemoryleak.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
checknullpointer.h
checkobsolescentfunctions.cpp
checkobsolescentfunctions.h Refactorized CheckObsoleteFunctions: 2015-08-11 14:57:23 +02:00
checkother.cpp Properly differentiate arrays of pointers and pointers to arrays. 2015-08-25 21:19:19 +02:00
checkother.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkstl.h
checkstring.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
checkstring.h
checktype.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
checktype.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkuninitvar.cpp Properly differentiate arrays of pointers and pointers to arrays. 2015-08-25 21:19:19 +02:00
checkuninitvar.h Removed the UninitVar::analyseFunctions(). This was written for multifile checking however it did not work as it should => no multifile errors can be detected. 2015-07-24 08:30:38 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h 2nd attempt to fix crash in CheckUnusedFunctions::check. CheckBufferOverrun::checkBufferAllocatedWithStrlen: Don't check for 'new' in C code. 2015-06-28 18:34:09 +02:00
checkunusedvar.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
checkunusedvar.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkvaarg.cpp
checkvaarg.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
config.h
cppcheck.cpp Fixed behaviour of --quiet/-q and its description 2015-07-25 17:55:12 +02:00
cppcheck.h
cppcheck.vcxproj Add new files to VS project 2015-08-03 08:38:38 +02:00
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
errorlogger.h Refactoring: missing include added, (potential) multi-threading issue fixed, expose static method to allow unit testing 2015-06-18 19:07:51 +02:00
lib.pri
library.cpp Eliminate duplicate find() calls 2015-08-27 11:19:51 +03:00
library.h Support namespaces in CheckOther::checkIgnoredReturnValue() 2015-08-15 12:19:14 +02:00
matchcompiler.h
mathlib.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp
preprocessor.h
settings.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
settings.h
standards.h
suppressions.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
suppressions.h
symboldatabase.cpp Merge pull request #653 from Dmitry-Me/reduceVariableScope 2015-08-26 14:08:10 +02:00
symboldatabase.h Use const_cast to add const, better variable name 2015-08-27 17:14:33 +03:00
templatesimplifier.cpp Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp 2015-08-19 19:29:48 +02:00
templatesimplifier.h Refactorization: Removed redundant code for syntax error handling in templatesimplifier.cpp and symboldatabase.cpp 2015-08-19 19:29:48 +02:00
timer.cpp
timer.h Refactorization: Avoid including path.h in (almost) every source file (via library.h) 2015-03-11 22:54:45 +01:00
token.cpp Merge pull request #655 from Dmitry-Me/explicitConstCastBetterNames 2015-08-27 17:04:07 +02:00
token.h Use const_cast to add const, better variable name 2015-08-27 17:14:33 +03:00
tokenize.cpp Rewritten handling of declaration specifiers: 2015-08-27 14:34:17 +02:00
tokenize.h Rewritten handling of declaration specifiers: 2015-08-27 14:34:17 +02:00
tokenlist.cpp Refactorizations: 2015-08-16 14:23:07 +02:00
tokenlist.h
utils.h
valueflow.cpp Added pointer to Type to Token (similar to Token::Variable() and Token::function()): 2015-08-15 11:19:21 +02:00
valueflow.h
version.h Set version to 1.69.99/1.70 dev 2015-05-03 08:15:13 +02:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00