cppcheck/lib
Carlo Marcelo Arenas Belon d66c92edc3 Remove unused parameters for CheckOther::oppositeExpressionError (#1412) 2018-10-05 08:36:49 +02:00
..
CMakeLists.txt
analyzerinfo.cpp refactoring; use range for loops 2018-07-13 22:56:20 +02:00
analyzerinfo.h
astutils.cpp Enable followVar for opposite expressions (#1404) 2018-10-04 21:17:47 +02:00
astutils.h Fix false positives in unknownEvaluationOrder when using followVar (#1391) 2018-09-28 08:38:24 +02:00
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp Fixed #8691 (False negative for uselessAssignmentArg) 2018-08-17 19:56:36 +02:00
checkautovariables.h
checkbool.cpp Refactoring; Use Token::isBinaryOp() to clarify code, use early continue in loop 2018-07-13 23:06:45 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fix Cppcheck warning 2018-09-01 08:41:41 +02:00
checkbufferoverrun.h
checkclass.cpp Fixed #8669 (operator>> causes wrong style message) 2018-10-03 13:00:11 +02:00
checkclass.h Disabled CheckClass::checkCopyCtorAndEqOperator because of FP (#8388) 2018-09-08 09:14:02 +02:00
checkcondition.cpp Reenable follow var for logical conjunction (#1400) 2018-10-01 14:40:03 +02:00
checkcondition.h Reenable follow var for logical conjunction (#1400) 2018-10-01 14:40:03 +02:00
checkexceptionsafety.cpp Refactoring; Use range for loops 2018-07-14 09:49:03 +02:00
checkexceptionsafety.h
checkfunctions.cpp astyle formatting 2018-08-05 10:48:28 +02:00
checkfunctions.h
checkinternal.cpp
checkinternal.h
checkio.cpp Refactoring: Use range for loops 2018-07-14 10:02:32 +02:00
checkio.h
checkleakautovar.cpp Refactoring: use range for loops 2018-07-14 09:54:52 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fix FP with fclose after comma (#7525) (#1407) 2018-10-01 11:58:27 +02:00
checkmemoryleak.h
checknullpointer.cpp Clarify code with Token::isUnaryOp() 2018-07-14 10:26:22 +02:00
checknullpointer.h
checkother.cpp Remove unused parameters for CheckOther::oppositeExpressionError (#1412) 2018-10-05 08:36:49 +02:00
checkother.h Remove unused parameters for CheckOther::oppositeExpressionError (#1412) 2018-10-05 08:36:49 +02:00
checkpostfixoperator.cpp Refactoring: Use ranged for loop 2018-07-13 16:50:12 +02:00
checkpostfixoperator.h
checksizeof.cpp Use for arithOperationsOnVoidPointer messages 2018-09-26 17:58:22 +02:00
checksizeof.h
checkstl.cpp Fix some FPs in mismatchingContainerExpression (#1402) 2018-09-30 14:49:58 +02:00
checkstl.h Running astyle. There is no functional change intended. 2018-09-21 08:53:09 +02:00
checkstring.cpp Fix false positives in unknownEvaluationOrder when using followVar (#1391) 2018-09-28 08:38:24 +02:00
checkstring.h Clarify warnings when char literals are converted to bool in conditions 2018-07-21 18:40:06 +02:00
checktype.cpp Refactoring; use range for loop 2018-07-13 16:57:17 +02:00
checktype.h
checkuninitvar.cpp Ticket #8734: Skip static member variables in CheckUninitVar. (#1388) 2018-09-22 16:52:34 +02:00
checkuninitvar.h
checkunusedfunctions.cpp Fixed #8677 (False positive: unused method) 2018-08-08 11:31:35 +02:00
checkunusedfunctions.h
checkunusedvar.cpp Improved const correctness of local variables. There are no functional changes intended. (#1392) 2018-09-23 20:24:51 +02:00
checkunusedvar.h
checkvaarg.cpp
checkvaarg.h
config.h
cppcheck.cpp Attempt to fix regression for pcre_free_study(). 2018-09-26 08:07:26 +02:00
cppcheck.h Ticket 7792: Suppression both exit_code and syntaxError when call cppcheck suppressions (#1345) 2018-09-08 11:09:49 +02:00
cppcheck.natvis Fixed Visual Studio Natvis file after recent refactoring (#1299) 2018-07-09 08:27:26 +02:00
cppcheck.vcxproj
cppcheck.vcxproj.filters
errorlogger.cpp Travis: Fix xml validation by readding the line attribute in <location>. 2018-09-25 06:14:26 +02:00
errorlogger.h Travis: Fix xml validation by readding the line attribute in <location>. 2018-09-25 06:14:26 +02:00
importproject.cpp Fixed #8061 (Problems with handling of --project argument) 2018-08-31 16:06:52 +02:00
importproject.h fixed issue 8661: Misleading error message when compilation database is not recognized 2018-07-25 16:26:25 +02:00
lib.pri
library.cpp Fixed #8697 (noreturn output stream) 2018-08-21 06:32:33 +02:00
library.h Rename Library::isargvalid() 2018-07-15 23:05:48 +02:00
matchcompiler.h
mathlib.cpp
mathlib.h
path.cpp
path.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
preprocessor.cpp Refactoring; use range for loops 2018-07-15 15:03:08 +02:00
preprocessor.h
settings.cpp Renamed --debug to --debug-simplified 2018-08-05 11:19:20 +02:00
settings.h Renamed --debug to --debug-simplified 2018-08-05 11:19:20 +02:00
standards.h
suppressions.cpp Suppressions::NO_LINE : fixed comparisons 2018-09-23 16:50:51 +02:00
suppressions.h suppressions: Avoid duplicate comparison. 2018-10-04 17:13:11 +02:00
symboldatabase.cpp isVariableDeclaration: Handle pointer to const pointer (#1395) 2018-09-25 06:19:26 +02:00
symboldatabase.h
templatesimplifier.cpp Add union support to template simplifier. (#1398) 2018-09-26 06:23:12 +02:00
templatesimplifier.h Remove out of line member functions of instantiated template classes. (#1377) 2018-09-14 14:16:34 +02:00
timer.cpp
timer.h
token.cpp Fixed #8681 (ValueFlow: Container size) 2018-08-10 11:29:16 +02:00
token.h Fixed #8683 (Using deleted token with multiple template instantiations.) (#1353) 2018-09-01 11:26:10 +02:00
tokenize.cpp Improved const correctness of local variables. There are no functional changes intended. (#1392) 2018-09-23 20:24:51 +02:00
tokenize.h Fixed #8683 (Using deleted token with multiple template instantiations.) (#1353) 2018-09-01 11:26:10 +02:00
tokenlist.cpp Fixed #8747 (Syntax error, AST broken (a = --*b)) 2018-09-27 19:26:08 +02:00
tokenlist.h
utils.h Revert "Refactoring endsWith utility function" 2018-07-25 16:14:43 +02:00
valueflow.cpp Fix false positives in unknownEvaluationOrder when using followVar (#1391) 2018-09-28 08:38:24 +02:00
valueflow.h Fixed #8681 (ValueFlow: Container size) 2018-08-10 11:29:16 +02:00
version.h Set version to 1.84.99/1.85 dev 2018-06-25 21:03:43 +02:00
version.rc