cppcheck/lib
Daniel Marjamäki dafba604ff 1.70: Set versions 2015-09-04 19:36:34 +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 Cure some doxygen warnings 2015-08-30 20:12:02 +02:00
check.cpp
check.h
check64bit.cpp
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
checkautovariables.cpp Ticket #6596: Address of local variables can also be assigned to pointer-pointer arguments using the ptr[] syntax. 2015-08-28 20:29: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
checkbufferoverrun.cpp Merge overlapping patterns 2015-09-01 16:17:17 +03:00
checkbufferoverrun.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkclass.cpp Ticket #6959: Properly handle arrays of pointers in CheckClass::constructors. 2015-08-29 13:11:00 +02:00
checkclass.h
checkcondition.cpp Fixed TODO-test for CheckCondition::checkBadBitmaskCheck by handling functions return bool. 2015-09-03 21:07:03 +02:00
checkcondition.h Moved functions to astutils 2015-08-03 09:20:50 +02:00
checkexceptionsafety.cpp
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: updated handling of unknown types in C++ 2015-08-11 12:41:42 +02:00
checkleakautovar.h
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 Refactorized CheckObsoleteFunctions: 2015-08-11 14:57:23 +02:00
checkobsolescentfunctions.h Refactorized CheckObsoleteFunctions: 2015-08-11 14:57:23 +02:00
checkother.cpp Treat checks as mutually exclusive 2015-09-04 10:42:26 +03:00
checkother.h New check: Detect unused 'goto' labels (#5124) 2015-08-30 16:45:47 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Fixed false negative #5815 2015-08-31 14:12:19 +02:00
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 Fixed #6917 (False positive uninitvar - unused array declaration and ternary expression) 2015-08-29 13:19:28 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Ticket #6954: Properly handle pointers to arrays in CheckUnunsedVar. 2015-08-27 23:56:26 +02:00
checkunusedvar.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkvaarg.cpp CheckVaarg::va_start_subsequentCallsError: fix spelling "inbetween" -> "in between" 2015-08-11 14:03:00 +02:00
checkvaarg.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.vcxproj Updated VS solution with VS2015 as default. Added flags /Zc:inline and /Zc:throwingNew. 2015-09-04 14:30:54 +02:00
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp Further fix search replace 2015-09-02 17:06:19 +03:00
errorlogger.h
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 Cure some doxygen warnings 2015-08-30 20:12:02 +02:00
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 Consistent variable name 2015-09-04 17:00:44 +03:00
symboldatabase.h Fix spelling 2015-09-04 16:12:40 +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 Cure some doxygen warnings 2015-08-30 20:12:02 +02:00
timer.cpp
timer.h
token.cpp Fixed false negative #5815 2015-08-31 14:12:19 +02:00
token.h Comment omitted one of the items listed 2015-09-04 11:19:03 +03:00
tokenize.cpp Re-enable okenizer::removeMacroInClassDef for C code 2015-09-01 07:10:12 +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 Refactorization: Implemented rValue-reference- and "const char*"-overload to make_container::operator<< 2015-08-11 14:05:01 +02:00
valueflow.cpp Merge pull request #647 from Dmitry-Me/continueOnRuleMatch 2015-08-28 16:00:53 +02:00
valueflow.h
version.h 1.70: Set versions 2015-09-04 19:36:34 +02:00
version.rc