This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
e77d76525e
cppcheck
/
lib
History
Daniel Marjamäki
e77d76525e
CheckUnusedFunction: generate better analyzerinfo
2016-10-31 20:43:57 +01:00
..
CMakeLists.txt
…
analyzerinfo.cpp
…
analyzerinfo.h
…
astutils.cpp
…
astutils.h
…
check.cpp
…
check.h
Added --cppcheck-build-dir flag
2016-10-29 12:18:11 +02:00
check64bit.cpp
…
check64bit.h
…
checkassert.cpp
…
checkassert.h
…
checkautovariables.cpp
Support prefix-increment/decrement in CheckAutoVariables::assignFunctionArg() (
#3177
)
2016-10-10 21:34:40 +02:00
checkautovariables.h
Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens
2016-05-07 16:30:54 +02:00
checkbool.cpp
…
checkbool.h
…
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
…
checkbufferoverrun.h
…
checkclass.cpp
…
checkclass.h
…
checkcondition.cpp
…
checkcondition.h
Support char literals in CheckCondition::checkIncorrectLogicOperator() (
#5912
)
2016-05-24 15:08:48 +02:00
checkexceptionsafety.cpp
…
checkexceptionsafety.h
astyle formatting
2016-08-24 12:43:45 +02:00
checkfunctions.cpp
…
checkfunctions.h
…
checkinternal.cpp
Attempt to fix build on Unix systems, ran AStyle.
2016-07-26 16:50:32 +02:00
checkinternal.h
…
checkio.cpp
…
checkio.h
…
checkleakautovar.cpp
…
checkleakautovar.h
…
checkmemoryleak.cpp
…
checkmemoryleak.h
…
checknullpointer.cpp
…
checknullpointer.h
…
checkother.cpp
…
checkother.h
…
checkpostfixoperator.cpp
…
checkpostfixoperator.h
…
checksizeof.cpp
CWE mapping of useAutoPointerMalloc, uselessCallsCompare, uselessCallsSwap, uselessCallsSubstr, uselessCallsEmpty, uselessCallsRemove, derefInvalidIterator, reademptycontainer, multiplySizeof, divideSizeof, stringLiteralWrite, incorrectStringCompare, literalWithCharPtrCompare, charLiteralWithCharPtrCompare, incorrectStringBooleanError, staticStringCompare, stringCompare, signConversion, truncLongCastAssignment, truncLongCastReturn, unusedFunction, unusedVariable, unusedAllocatedMemory, unreadVariable, unassignedVariable, unusedStructMember, postfixOperator, va_start_wrongParameter (
#824
)
2016-09-03 00:31:35 +02:00
checksizeof.h
Minor refactoring: use nullptr (instead of 0/NULL), change signature of Tokenizer::createTokens
2016-05-07 16:30:54 +02:00
checkstl.cpp
…
checkstl.h
…
checkstring.cpp
…
checkstring.h
…
checktype.cpp
…
checktype.h
…
checkuninitvar.cpp
checkunusedvar: Check pointer against NULL before dereferencing it.
2016-10-31 15:57:34 +01:00
checkuninitvar.h
…
checkunusedfunctions.cpp
CheckUnusedFunction: generate better analyzerinfo
2016-10-31 20:43:57 +01:00
checkunusedfunctions.h
CheckUnusedFunction: generate better analyzerinfo
2016-10-31 20:43:57 +01:00
checkunusedvar.cpp
…
checkunusedvar.h
…
checkvaarg.cpp
…
checkvaarg.h
…
config.h
…
cppcheck.cpp
CheckUnusedFunction: generate better analyzerinfo
2016-10-31 20:43:57 +01:00
cppcheck.h
…
cppcheck.vcxproj
…
cppcheck.vcxproj.filters
…
cxx11emu.h
…
errorlogger.cpp
…
errorlogger.h
…
importproject.cpp
…
importproject.h
…
lib.pri
…
library.cpp
…
library.h
…
matchcompiler.h
…
mathlib.cpp
…
mathlib.h
…
path.cpp
…
path.h
…
pathmatch.cpp
…
pathmatch.h
…
pcrerules.pri
…
platform.cpp
…
platform.h
Platform: Fix type limits calculations. sizeof=>bit
2016-10-16 12:00:33 +02:00
preprocessor.cpp
…
preprocessor.h
…
settings.cpp
…
settings.h
…
standards.h
…
suppressions.cpp
…
suppressions.h
…
symboldatabase.cpp
…
symboldatabase.h
…
templatesimplifier.cpp
…
templatesimplifier.h
…
timer.cpp
…
timer.h
…
token.cpp
…
token.h
…
tokenize.cpp
…
tokenize.h
tokenize: Improved const correctness. There are no functional changes.
2016-10-31 17:18:27 +01:00
tokenlist.cpp
…
tokenlist.h
…
utils.h
…
valueflow.cpp
Fixed
#7775
(crash at valueFlowSetConstantValue)
2016-10-26 10:36:02 +02:00
valueflow.h
…
version.h
…
version.rc
…