cppcheck/lib
Daniel Marjamäki 155990cb0e value flow: improved checking of do-while loops for non-local variables 2014-01-12 15:02:58 +01:00
..
check.h
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h Fixed #5303 (Possible NULL pointer dereference in checkassert.cpp) 2014-01-03 09:32:05 +01:00
checkassignif.cpp AST: Always use AST 2013-12-09 18:06:19 +01:00
checkassignif.h
checkautovariables.cpp
checkautovariables.h Fixed #5290 (Doxygen fixes (32be409)) 2014-01-01 20:46:00 +01:00
checkbool.cpp pointerArithBool: Updated error message 2013-12-25 19:56:00 +01:00
checkbool.h Fixed #5126 (new check: missing pointer dereference or pointer overflow 'if (p+1)') 2013-12-23 18:39:05 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fixed #3688 (false positive: (inconclusive, posix) (warning) The buffer 'cBuffer' is not zero-terminated after the call to readlink().) 2014-01-02 10:46:19 +01:00
checkbufferoverrun.h Fixed #3688 (false positive: (inconclusive, posix) (warning) The buffer 'cBuffer' is not zero-terminated after the call to readlink().) 2014-01-02 10:46:19 +01:00
checkclass.cpp Fixed Token::Match pattern. See also #5310 2014-01-05 23:02:07 +01:00
checkclass.h Fixed #5116 (false positive: memset on class (nested struct)) 2013-11-18 16:56:00 +01:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp Fixed Visual Studio compiler error 2014-01-06 18:14:29 +01:00
checkinternal.h CheckInternal: Improved checking of multiCompare patterns 2014-01-05 21:15:41 +01:00
checkio.cpp Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg). 2014-01-12 03:44:24 -08:00
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp Fixed #4867 (Memory Leak: Return value of malloc) 2014-01-03 10:12:32 +01:00
checkmemoryleak.h Fixed #4867 (Memory Leak: Return value of malloc) 2014-01-03 10:12:32 +01:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp value flow: improved analysis of expressions below ?, && and || operators 2014-01-11 12:44:55 +01:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp Fixed #5334 (False positive: same expression on both sides of '||') 2014-01-12 07:40:56 +01:00
checkother.h Refactoring: Replaced CheckOther::checkCCTypeFunctions with configuration 2013-12-23 19:58:33 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp clarify calculation: Fixed FP for 'a = (*p ? 1 : 2)' 2013-12-28 11:02:39 +01:00
checksizeof.h
checkstl.cpp
checkstl.h
checkuninitvar.cpp Uninitialized variables: Fixed false positive taking value of pointer that is allocated but not initialized 2013-12-25 14:00:27 +01:00
checkuninitvar.h Uninitialized variables: check function arguments 2013-12-09 15:58:42 +01:00
checkunusedfunctions.cpp astyle formatting 2014-01-02 21:47:35 +01:00
checkunusedfunctions.h Fixed #5290 (Doxygen fixes (32be409)) 2014-01-01 20:46:00 +01:00
checkunusedvar.cpp
checkunusedvar.h
config.h
cppcheck.cpp Set version to "1.64 dev"/1.63.99. Use version.h in cppcheck.cpp. 2014-01-04 10:41:13 +01:00
cppcheck.h
cppcheck.vcxproj value flow: Updated Visual Studio files 2014-01-05 09:52:37 +01:00
cppcheck.vcxproj.filters value flow: Updated Visual Studio files 2014-01-05 09:52:37 +01:00
errorlogger.cpp Use TinyXML to write XML files 2013-08-07 16:30:55 +02:00
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri Add new experimental value flow analysis 2014-01-04 20:57:02 +01:00
library.cpp Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg). 2014-01-12 03:44:24 -08:00
library.h Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg). 2014-01-12 03:44:24 -08:00
mathlib.cpp Fixed typos in comments, no functional changes. 2013-11-09 16:07:28 +01:00
mathlib.h
path.cpp
path.h
pcrerules.pri
preprocessor.cpp Fixed #5340 (Preprocessor: not using errorLogger when reporting syntax errors) 2014-01-12 13:15:54 +01:00
preprocessor.h Fixed #5119 (Preprocessor: Using -D suppresses __cplusplus for C++ files) 2013-11-15 19:21:21 +01:00
settings.cpp Add new experimental value flow analysis 2014-01-04 20:57:02 +01:00
settings.h Add new experimental value flow analysis 2014-01-04 20:57:02 +01:00
standards.h
suppressions.cpp
suppressions.h
symboldatabase.cpp Fixed #5289 (Crash: Stack overflow in isImplicitlyVirtual_rec when checking SVN) 2014-01-05 19:10:16 +01:00
symboldatabase.h minor cleanups. initialize members in initialization list 2014-01-06 08:02:04 +01:00
templatesimplifier.cpp Fixed #5097 (TemplateSimplifier::expandTemplate assertion failure) 2014-01-05 19:19:52 +01:00
templatesimplifier.h Fixed #4446 (Crash on complex C++ template) 2013-11-21 20:27:24 +01:00
timer.cpp Fixed #5306 (Implement --showtime=top5) 2014-01-03 10:45:14 +01:00
timer.h Fixed #5306 (Implement --showtime=top5) 2014-01-03 10:24:57 +01:00
token.cpp value flow: added experimental subfunction handling 2014-01-06 16:37:52 +01:00
token.h Fix the C4099 warning. 2014-01-09 16:58:42 +02:00
tokenize.cpp Tokenizer::varId: Fixed wrong varid for shadow types with same names as class members 2014-01-09 21:44:29 +01:00
tokenize.h Splitted simplification out of tokenize() 2013-12-30 17:45:28 +01:00
tokenlist.cpp ast: fixed syntax tree for statement enclosed in parentheses ';(expr);' 2014-01-11 15:18:39 +01:00
tokenlist.h AST: Rewrite using standard approach 2013-11-04 11:26:16 +01:00
valueflow.cpp value flow: improved checking of do-while loops for non-local variables 2014-01-12 15:02:58 +01:00
valueflow.h value flow: simple handling of for loops 2014-01-07 19:20:56 +01:00
version.h Set version to "1.64 dev"/1.63.99. Use version.h in cppcheck.cpp. 2014-01-04 10:41:13 +01:00
version.rc