cppcheck/lib
Dmitry-Me 0b991f5560 Tell if it's struct or union 2015-09-22 17:38:23 +03: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 minor refactoring 2015-09-09 10:08:37 +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 fix -Wodr warning/violation putting struct 'VarInfo' into anonyous namespace 2015-09-08 16:57:28 +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 Temp variables, better names 2015-09-15 15:34:12 +03: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 Better variable name, explicit no-op 2015-09-11 17:26:33 +03:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Fixed #6988 (incorrect nullPointer error for string) 2015-09-13 10:53:05 +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 Omit unneeded match checks 2015-09-07 18:35:15 +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 Revert "Fixed false negative #5815" 2015-09-09 14:46:47 +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 Omit unneeded match checks 2015-09-07 18:35:15 +03: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 Uninitialized variables: Fix FP for struct array 2015-09-16 14:42:55 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp Tell if it's struct or union 2015-09-22 17:38:23 +03:00
checkunusedvar.h Tell if it's struct or union 2015-09-22 17:38:23 +03: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 Explicit continue, break loop early 2015-09-10 12:54:35 +03: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 #7001: Fixed templatesimplifier.cpp: Remove double include. 2015-09-18 12:20:41 +02:00
templatesimplifier.h Cure some doxygen warnings 2015-08-30 20:12:02 +02:00
timer.cpp
timer.h
token.cpp Revert "Fixed false negative #5815" 2015-09-09 14:46:47 +02:00
token.h Revert "Fixed false negative #5815" 2015-09-09 14:46:47 +02:00
tokenize.cpp Use temp variables, better variable names 2015-09-16 15:31:13 +03: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 Move variable declaration to where it's first used 2015-09-16 13:15:07 +03:00
valueflow.h
version.h Set version to 1.70.99/1.71 dev 2015-09-04 21:10:05 +02:00
version.rc