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
eef98ef5c8
cppcheck
/
lib
History
Martin Ettl
b7ea311123
Running astyle. No functional changes.
2015-08-01 12:31:16 +02:00
..
CMakeLists.txt
…
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::checkIncorrectLogicOperator put conditions in single quotes
2015-07-31 15:28:48 +02:00
checkcondition.h
#6069
False positive incorrectLogicOperator due to dynamic_cast. Run CheckCondition::checkIncorrectLogicOperator on non-simplified tokenlist.
2015-07-30 10:30:30 +02:00
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkinternal.cpp
…
checkinternal.h
…
checkio.cpp
…
checkio.h
…
checkleakautovar.cpp
…
checkleakautovar.h
…
checkmemoryleak.cpp
CheckMemoryLeakNoVar::returnValueNotUsedError: put function name into singlequotes
2015-07-31 15:29:07 +02:00
checkmemoryleak.h
…
checknonreentrantfunctions.cpp
…
checknonreentrantfunctions.h
…
checknullpointer.cpp
…
checknullpointer.h
…
checkobsolescentfunctions.cpp
…
checkobsolescentfunctions.h
…
checkother.cpp
Removed hardcoding of functions from checkZeroDivision
2015-07-30 13:48:51 +02:00
checkother.h
…
checkpostfixoperator.cpp
…
checkpostfixoperator.h
…
checksizeof.cpp
…
checksizeof.h
Updated copyright year to 2015
2015-01-03 12:14:58 +01:00
checkstl.cpp
…
checkstl.h
…
checkstring.cpp
…
checkstring.h
…
checktype.cpp
…
checktype.h
…
checkuninitvar.cpp
…
checkuninitvar.h
…
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
…
checkunusedvar.h
…
checkvaarg.cpp
…
checkvaarg.h
…
config.h
…
cppcheck.cpp
…
cppcheck.h
…
cppcheck.vcxproj
…
cppcheck.vcxproj.filters
…
cxx11emu.h
…
errorlogger.cpp
…
errorlogger.h
…
lib.pri
…
library.cpp
…
library.h
…
matchcompiler.h
…
mathlib.cpp
…
mathlib.h
…
path.cpp
…
path.h
…
pcrerules.pri
…
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
Fixed
#6898
(Token::expressionString: wrong output when first token is post-incremented)
2015-07-31 07:03:52 +02:00
token.h
…
tokenize.cpp
Running astyle. No functional changes.
2015-08-01 12:31:16 +02:00
tokenize.h
#6900
segmentation fault (invalid code) in CheckStl::runSimplifiedChecks.
2015-07-31 20:24:06 +02:00
tokenlist.cpp
…
tokenlist.h
…
utils.h
…
valueflow.cpp
…
valueflow.h
…
version.h
…
version.rc
…