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
382408f59e
cppcheck
/
lib
History
Paul
382408f59e
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
2020-09-08 21:54:38 -05:00
..
CMakeLists.txt
…
analyzerinfo.cpp
Code cleanup, __temp__ files are not needed anymore
2020-07-14 16:54:00 +02:00
analyzerinfo.h
…
astutils.cpp
…
astutils.h
…
bughuntingchecks.cpp
…
bughuntingchecks.h
…
check.cpp
…
check.h
…
check64bit.cpp
…
check64bit.h
…
checkassert.cpp
…
checkassert.h
…
checkautovariables.cpp
…
checkautovariables.h
…
checkbool.cpp
…
checkbool.h
…
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
…
checkbufferoverrun.h
…
checkclass.cpp
…
checkclass.h
…
checkcondition.cpp
…
checkcondition.h
…
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkfunctions.cpp
…
checkfunctions.h
…
checkinternal.cpp
…
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
…
checksizeof.h
…
checkstl.cpp
…
checkstl.h
…
checkstring.cpp
…
checkstring.h
…
checktype.cpp
…
checktype.h
…
checkuninitvar.cpp
…
checkuninitvar.h
…
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
…
checkunusedvar.h
Update copyright year
2020-05-10 11:16:32 +02:00
checkvaarg.cpp
…
checkvaarg.h
…
clangimport.cpp
…
clangimport.h
…
config.h
…
cppcheck.cpp
…
cppcheck.h
…
cppcheck.natvis
…
cppcheck.vcxproj
…
cppcheck.vcxproj.filters
…
ctu.cpp
…
ctu.h
…
errorlogger.cpp
…
errorlogger.h
…
errortypes.cpp
…
errortypes.h
…
exprengine.cpp
…
exprengine.h
…
forwardanalyzer.cpp
…
forwardanalyzer.h
…
importproject.cpp
…
importproject.h
…
lib.pri
…
library.cpp
…
library.h
…
matchcompiler.h
…
mathlib.cpp
…
mathlib.h
…
path.cpp
…
path.h
…
pathanalysis.cpp
…
pathanalysis.h
…
pathmatch.cpp
…
pathmatch.h
Updated copyright year
2018-10-13 18:20:31 +02:00
pcrerules.pri
…
platform.cpp
…
platform.h
…
precompiled.h
…
preprocessor.cpp
…
preprocessor.h
Fixed
#3088
(False positive: Dont report "struct or union member is never used" for structs with __attribute__((packed)) or #pragma pack(push))
2020-06-30 11:00:40 +02:00
programmemory.cpp
astyle formatting
2020-08-23 17:17:33 +02:00
programmemory.h
…
settings.cpp
…
settings.h
…
standards.h
…
suppressions.cpp
…
suppressions.h
…
symboldatabase.cpp
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
2020-09-08 21:54:38 -05:00
symboldatabase.h
…
templatesimplifier.cpp
…
templatesimplifier.h
…
timer.cpp
…
timer.h
…
token.cpp
…
token.h
…
tokenize.cpp
…
tokenize.h
…
tokenlist.cpp
…
tokenlist.h
…
utils.cpp
…
utils.h
…
valueflow.cpp
Fix issue 9496: False negative: Dereferencing returned smart null-pointer
2020-09-08 21:54:38 -05:00
valueflow.h
…
valueptr.h
…
version.h
…
version.rc
…