cppcheck/lib
PKEuS b23aebf2f0 Show redundantCopyLocalConst for STL types (#4331) 2014-03-27 11:15:17 +01:00
..
check.h Update copyright 2014-02-15 07:45:39 +01:00
check64bit.cpp Remove redundant code 2014-03-14 15:56:40 +01:00
check64bit.h Update copyright 2014-02-15 07:45:39 +01:00
checkassert.cpp use nullptr 2014-02-16 10:32:10 +01:00
checkassert.h Update copyright 2014-02-15 07:45:39 +01:00
checkassignif.cpp use nullptr 2014-02-16 10:32:10 +01:00
checkassignif.h Update copyright 2014-02-15 07:45:39 +01:00
checkautovariables.cpp Fix segfault in variableIsUsedInScope() - loop variable not check against NULL 2014-03-22 11:14:11 +01:00
checkautovariables.h Update copyright 2014-02-15 07:45:39 +01:00
checkbool.cpp CheckBool::checkAssignBoolToPointer: Refactor to use AST. 2014-03-27 05:39:48 +01:00
checkbool.h Update copyright 2014-02-15 07:45:39 +01:00
checkboost.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkboost.h Update copyright 2014-02-15 07:45:39 +01:00
checkbufferoverrun.cpp astyle formatting 2014-03-26 06:56:13 +01:00
checkbufferoverrun.h buffer overflow: clean up old checking for negative index 2014-03-25 20:37:32 +01:00
checkclass.cpp Fixed #5498 (C++0x11 default values for class fields and missing constructor) 2014-03-24 06:15:51 +01:00
checkclass.h Fixed #4461 (Warn about memset/memcpy on class with references as members) 2014-03-15 18:22:29 +01:00
checkexceptionsafety.cpp Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
checkexceptionsafety.h Update copyright 2014-02-15 07:45:39 +01:00
checkinternal.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkinternal.h Update copyright 2014-02-15 07:45:39 +01:00
checkio.cpp CheckIo: Fixed FIXME 2014-03-19 20:57:33 +01:00
checkio.h New check: Warning, if positioning operation (fseek) is performed on a file opened in "a" mode 2014-03-17 11:02:03 +01:00
checkleakautovar.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkleakautovar.h Update copyright 2014-02-15 07:45:39 +01:00
checkmemoryleak.cpp Fixed #5574 (False positive: mismatchAllocDealloc using realloc() and free) 2014-03-17 16:10:54 +01:00
checkmemoryleak.h Update copyright 2014-02-15 07:45:39 +01:00
checknonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
checknonreentrantfunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checknullpointer.cpp Added missing casts causing assertion failures on Windows (#5391) 2014-03-18 21:41:47 +01:00
checknullpointer.h Update copyright 2014-02-15 07:45:39 +01:00
checkobsoletefunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkobsoletefunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checkother.cpp Show redundantCopyLocalConst for STL types (#4331) 2014-03-27 11:15:17 +01:00
checkother.h Fixed #5584 (FP: Division by zero when function not declared) 2014-03-20 16:12:58 +01:00
checkpostfixoperator.cpp Update copyright 2014-02-15 07:45:39 +01:00
checkpostfixoperator.h Update copyright 2014-02-15 07:45:39 +01:00
checksizeof.cpp Use simple match where possible 2014-03-14 16:27:47 +01:00
checksizeof.h Update copyright 2014-02-15 07:45:39 +01:00
checkstl.cpp Invalid code cause SIGSEGV since loop variable tok2 was not checked properly 2014-03-22 10:32:24 +01:00
checkstl.h Fixed #3796 (new check: redundant initialization with empty string) 2014-03-03 18:27:45 +01:00
checkuninitvar.cpp Tabs to spaces. 2014-03-20 09:02:14 +02:00
checkuninitvar.h Update copyright 2014-02-15 07:45:39 +01:00
checkunusedfunctions.cpp Fixed false positive "unused function" #5113. 2014-03-26 12:34:21 +01:00
checkunusedfunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checkunusedvar.cpp Use simple match where possible 2014-03-14 16:27:47 +01:00
checkunusedvar.h Update copyright 2014-02-15 07:45:39 +01:00
config.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02:00
cppcheck.cpp Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
cppcheck.h Update copyright 2014-02-15 07:45:39 +01:00
cppcheck.vcxproj Implemented #5262: VS solution copies cfg files to output folder. 2014-03-17 12:58:46 +01:00
cppcheck.vcxproj.filters value flow: Updated Visual Studio files 2014-01-05 09:52:37 +01:00
cxx11emu.h Revert "cxx11.h: removed the 'evil workaround'" 2014-02-21 20:06:55 +01:00
errorlogger.cpp Updated tinyxml 2014-03-01 11:15:08 +01:00
errorlogger.h Update copyright 2014-02-15 07:45:39 +01:00
executionpath.cpp Update copyright 2014-02-15 07:45:39 +01:00
executionpath.h Update copyright 2014-02-15 07:45:39 +01:00
lib.pri Add new experimental value flow analysis 2014-01-04 20:57:02 +01:00
library.cpp Library: I had misunderstood const/pure a little so I corrected cfg and code 2014-03-14 20:08:34 +01:00
library.h Partial fix for #5555. Add const,pure attributes to library. 2014-03-14 06:38:45 +01:00
mathlib.cpp Fixed #5571 (Clean up MathLib::isInt()) 2014-03-16 11:55:44 +01:00
mathlib.h Merge pull request #261 from orbitcowboy/master 2014-03-14 13:00:35 +01:00
path.cpp cygwin: apply cygwin compilation tweaks. thanks ir0nh34d. 2014-03-19 21:20:30 +01:00
path.h Update copyright 2014-02-15 07:45:39 +01:00
pcrerules.pri
preprocessor.cpp Improved information message on missing headers when included with <> (#4772) 2014-03-26 15:22:22 +01:00
preprocessor.h Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
settings.cpp CLI: Add -l command line option 2014-03-25 18:35:59 +01:00
settings.h CLI: Add -l command line option 2014-03-25 18:35:59 +01:00
standards.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
suppressions.cpp Update copyright 2014-02-15 07:45:39 +01:00
suppressions.h Update copyright 2014-02-15 07:45:39 +01:00
symboldatabase.cpp Fixed crash on invalid code (#5603) 2014-03-23 20:08:16 +01:00
symboldatabase.h In case of a loop within the class hierarchie Function::isImplicitlyVirtual_rec() was entering an endless loop. Tracking the previously analyzed types shall prevent this. 2014-03-22 08:49:28 +01:00
templatesimplifier.cpp astyle formatting 2014-03-14 05:36:44 +01:00
templatesimplifier.h Update copyright 2014-02-15 07:45:39 +01:00
timer.cpp Update copyright 2014-02-15 07:45:39 +01:00
timer.h Update copyright 2014-02-15 07:45:39 +01:00
token.cpp Fixed two visual studio warnings 2014-03-24 18:14:23 +01:00
token.h Partial fix for #5555. Remember function attributes: pure, const, constructor, destructor 2014-03-14 05:40:17 +01:00
tokenize.cpp Fixed TODO_ASSERT_EQUAL and #5614 caused by bad simplification of return values. 2014-03-27 11:04:31 +01:00
tokenize.h Fixed #4928 (C++ operator aliases result in false 'assigned a value that is never used' warning) 2014-03-16 14:51:05 -03:00
tokenlist.cpp Partial fix for #5555. Remember function attributes: pure, const, constructor, destructor 2014-03-14 05:40:17 +01:00
tokenlist.h Optimization: tokenlist::addtoken 2014-03-09 17:54:49 +01:00
valueflow.cpp ValueFlow: Improved simplification inside for-loops 2014-03-25 21:40:36 +01:00
valueflow.h Update copyright 2014-02-15 07:45:39 +01:00
version.h Incremented version to 1.65dev/1.64.99 2014-03-03 15:07:54 +01:00
version.rc