cppcheck/lib
Daniel Marjamäki 6b9088de3f Fixed #7057 (valueFlowAfterAssign doesn't terminate) 2015-10-19 19:36:46 +02:00
..
CMakeLists.txt
astutils.cpp Use ValueType in astIsIntegral() 2015-10-11 14:11:11 +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 Fixed crash on garbage code #7033 2015-10-09 13:06:52 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp avoid some fixes for noisy signedness warnings 2015-10-11 12:50:46 +02:00
checkbufferoverrun.h Removed some unused code 2015-08-15 19:17:25 +02:00
checkclass.cpp Ticket #7017: Properly interpret operator= return type for template classes in CheckClass::operatorEq. 2015-10-02 23:23:44 +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 Fixed false positive seekOnAppendedFile if FILE* is reused (#6566) 2015-10-13 15:32:13 +02:00
checkio.h CheckIO: Refactoring. Split out CheckIO::checkFormatString() from CheckIO::checkWrongPrintfScanfArguments(). 2015-10-10 20:08:15 +02:00
checkleakautovar.cpp CheckLeakAutoVar: updated handling of unknown types in C++ 2015-08-11 12:41:42 +02:00
checkleakautovar.h
checkmemoryleak.cpp Refactorization: Reordered conditions - simplematch is cheaper than findsimplematch 2015-10-19 09:01:21 +02: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 Fixed crash on garbage code #7034 2015-10-09 13:49:17 +02:00
checkother.h New check: Detect unused 'goto' labels (#5124) 2015-08-30 16:45:47 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp sizeofCalculation: skip if void-casted inside a macro (#6888) 2015-09-28 14:33:29 +02:00
checksizeof.h
checkstl.cpp Explicit continue, better variable name 2015-10-14 15:06:04 +03:00
checkstl.h Refactorization: Cleaned up after ExecutionPath removal 2015-07-23 20:37:09 +02:00
checkstring.cpp Added dot at end of stringLiteralWrite message 2015-10-19 09:01: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 Uninitialized variables: Fix FP for struct array 2015-09-16 14:42:55 +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
checkunusedvar.cpp Fix FP for members of temporaries 2015-09-25 13:57:11 +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 Revert "Add a dynamic rule enable/disable system" 2015-10-09 21:56:19 +02:00
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 Add new files to VS project 2015-08-03 08:38:38 +02:00
cxx11emu.h
errorlogger.cpp Further fix search replace 2015-09-02 17:06:19 +03:00
errorlogger.h
lib.pri Refactoring: Move some AST related functions to distinct source file 2015-08-02 21:57:32 +02:00
library.cpp Library: return true from Library::isnullargbad() for format string arguments. Related with #7012. 2015-10-03 20:51:45 +02:00
library.h Library: return true from Library::isnullargbad() for format string arguments. Related with #7012. 2015-10-03 20:51:45 +02:00
matchcompiler.h
mathlib.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
mathlib.h MathLib::isFloat now detects C99 hexadecimal float literals. MathLib::isDecimalFloat was added for C++ and pre-C99 compatibility. 2015-07-26 19:21:53 +02:00
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed fix for #7042 - support hexadecimal digits 2015-10-18 16:37:33 +02:00
preprocessor.h Fixed #6617 (preprocessor performance improvement) 2015-07-24 13:30:41 +02:00
settings.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
settings.h Revert "Add a dynamic rule enable/disable system" 2015-10-09 21:56:19 +02:00
standards.h
suppressions.cpp Refactorizations: 2015-08-16 10:33:51 +02:00
suppressions.h
symboldatabase.cpp avoid fix for noisy signedness warning 2015-10-11 12:22:37 +02:00
symboldatabase.h ValueType: struct member 2015-10-11 10:48:08 +02:00
templatesimplifier.cpp Simplify code (repair travis build) 2015-10-18 16:04:49 +02:00
templatesimplifier.h Cure some doxygen warnings 2015-08-30 20:12:02 +02:00
timer.cpp
timer.h
token.cpp Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp 2015-10-19 09:01:20 +02:00
token.h Fixed #7014 (False positive for printf("%c", "hello"[0])) 2015-10-05 10:12:30 +02:00
tokenize.cpp Fixed #7064 (Tokenizer: Wrong simplification of 'a.public:') 2015-10-19 10:01:57 +02:00
tokenize.h #7062 Remove unnecessaryQualification check 2015-10-18 17:00:09 +02:00
tokenlist.cpp Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp 2015-10-19 09:01:20 +02:00
tokenlist.h Refactorization: Simplified code in tokenlist.cpp, token.cpp and testthreadexecutor.cpp 2015-10-19 09:01:20 +02:00
utils.h Refactorization: Implemented rValue-reference- and "const char*"-overload to make_container::operator<< 2015-08-11 14:05:01 +02:00
valueflow.cpp Fixed #7057 (valueFlowAfterAssign doesn't terminate) 2015-10-19 19:36:46 +02:00
valueflow.h Added missing include to valueflow.h 2015-10-07 14:42:10 +02:00
version.h Set version to 1.70.99/1.71 dev 2015-09-04 21:10:05 +02:00
version.rc