cppcheck/lib
Daniel Marjamäki f1762f9ed6 Fixed #5939 (fp: Possible null pointer dereference, after check against NULL in for loop) 2014-06-30 07:26:48 +02:00
..
check.cpp
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkbool.cpp Simplify code - bail out early, vreak loops early, reorder checks and declarations. 2014-06-09 13:35:30 +04:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp CheckBufferOverrun: Removed old for-loop handling. This is handled through ValueFlow from now on. 2014-06-27 06:46:42 +02:00
checkbufferoverrun.h Fixed #5931 (arrayIndexOutOfBoundsCond id reported instead of arrayIndexOutOfBounds) 2014-06-28 10:09:53 +02:00
checkclass.cpp Fixed #5807 (non virtual dtor in virtual class) 2014-06-14 12:55:20 +02:00
checkclass.h Fixed #5807 (non virtual dtor in virtual class) 2014-06-14 12:55:20 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h
checkio.cpp CheckIO: Handle library types 2014-06-12 07:01:44 +02:00
checkio.h CheckIO: Handle library types 2014-06-12 07:01:44 +02:00
checkleakautovar.cpp Fixed #5923 (false positive: (error) Resource leak: fp (static file pointer)) 2014-06-23 16:05:28 +02:00
checkleakautovar.h
checkmemoryleak.cpp Fix clang and coverity warnings 2014-06-12 20:03:11 +02:00
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp Removed redundant code (replaced by libaries, should fix #5934). 2014-06-24 21:57:19 +02:00
checknullpointer.h Refactoring: Removed CheckNullPointer::nullPointerByCheckAndDeRef and implemented needed analysis in ValueFlow instead. 2014-06-22 10:02:14 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #5850 (Wrong Message on self assignment) 2014-06-28 15:26:22 +02:00
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h
checkstl.cpp Fix some compiler warnings 2014-06-26 20:34:07 +02:00
checkstl.h
checkuninitvar.cpp Fix some compiler warnings 2014-06-26 20:34:07 +02:00
checkuninitvar.h
checkunusedfunctions.cpp Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList 2014-06-04 18:36:25 +02:00
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h
config.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
cppcheck.cpp Attempt to fix travis and some more VS warnings 2014-06-04 19:18:27 +02:00
cppcheck.h
cppcheck.vcxproj
cppcheck.vcxproj.filters
cxx11emu.h
errorlogger.cpp
errorlogger.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
executionpath.cpp
executionpath.h
lib.pri
library.cpp Library: Handle FIlE_NOT_FOUND better 2014-06-28 10:22:35 +02:00
library.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
mathlib.cpp Fix clang compiler warning in mathlib.cpp and repair test case for #5895 2014-06-07 13:16:02 +02:00
mathlib.h
path.cpp Fixed #5925: The first include in path.cpp is not path.h and astyle run. 2014-06-16 15:11:44 +02:00
path.h
pcrerules.pri
preprocessor.cpp Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
preprocessor.h
settings.cpp
settings.h
standards.h
suppressions.cpp
suppressions.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
symboldatabase.cpp SymbolDatabase: 'const' can't be the name of a variable - fix use after free #5882 2014-06-26 09:19:57 +02:00
symboldatabase.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
templatesimplifier.cpp Fixed fsanitize=undefined: left shift of negative value -10000 in lib/templatesimplifier.cpp. 2014-06-16 10:58:41 +02:00
templatesimplifier.h
timer.cpp Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase 2014-06-05 17:39:14 +02:00
timer.h
token.cpp Fixed #5850 (Wrong Message on self assignment) 2014-06-28 15:26:22 +02:00
token.h Store Token::_originalName on heap, since it is only used for a small amount of Tokens (reduce memory usage of TokenList by ~12% (x64)) 2014-06-26 11:51:02 +02:00
tokenize.cpp Ticket #5952: Simplify redundant parentheses in pointer variable declarations. 2014-06-28 09:36:51 +02:00
tokenize.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
tokenlist.cpp AST: fixed ast for '++i;' 2014-06-26 17:31:57 +02:00
tokenlist.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
valueflow.cpp Fixed #5939 (fp: Possible null pointer dereference, after check against NULL in for loop) 2014-06-30 07:26:48 +02:00
valueflow.h
version.h
version.rc