cppcheck/lib
Sam Truscott 3d0524ecc6 Update the detection of the arguments in Qt's invokeMethod.
invokeMethod can invoke functions by name (string) rather than a
direct function call (i.e. reflection). The old code wasn't
correctly parsing out the argument which contained the name
of the function to call.

This resulted in that function being reported as unused when it is.
2014-03-13 16:43:25 +00:00
..
check.h Update copyright 2014-02-15 07:45:39 +01:00
check64bit.cpp Update copyright 2014-02-15 07:45:39 +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 Fixed #5537 (crash: clang ./lib/Basic/FileManager.cpp , since 354e84e7c8 , /lib/symboldatabase.h:288) 2014-03-09 08:17:24 +01:00
checkautovariables.h Update copyright 2014-02-15 07:45:39 +01:00
checkbool.cpp use nullptr 2014-02-16 10:32:10 +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 Merge pull request #256 from xypron/5505 2014-03-09 08:47:18 +01:00
checkbufferoverrun.h Update copyright 2014-02-15 07:45:39 +01:00
checkclass.cpp Fixed #4302 (Member variable not initialized in public delegate constructor) 2014-03-12 05:48:13 +01:00
checkclass.h Update copyright 2014-02-15 07:45:39 +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 Fixed #5079 (CheckIO::checkFileUsage doesn't support wide char and microsoft functions) 2014-03-12 19:22:44 +01:00
checkio.h Update copyright 2014-02-15 07:45:39 +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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 Optimization: tokenlist::addtoken 2014-03-09 17:54:49 +01:00
checkother.h Fixed #4818 (New check: Check memset() 2nd parameter) 2014-02-15 15:06:00 -03: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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
checksizeof.h Update copyright 2014-02-15 07:45:39 +01:00
checkstl.cpp Fixed cppcheck warnings 2014-03-03 19:00:32 +01:00
checkstl.h Fixed #3796 (new check: redundant initialization with empty string) 2014-03-03 18:27:45 +01:00
checkuninitvar.cpp use nullptr in lib/checkother.cpp 2014-02-15 08:46:28 +01:00
checkuninitvar.h Update copyright 2014-02-15 07:45:39 +01:00
checkunusedfunctions.cpp Update the detection of the arguments in Qt's invokeMethod. 2014-03-13 16:43:25 +00:00
checkunusedfunctions.h Update copyright 2014-02-15 07:45:39 +01:00
checkunusedvar.cpp Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 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
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 Reflection no longer part of markup. Some tokeniser not done on markup. 2014-03-11 15:57:28 +01:00
library.h Reflection no longer part of markup. Some tokeniser not done on markup. 2014-03-11 15:57:28 +01:00
mathlib.cpp Merge pull request #260 from orbitcowboy/master 2014-03-12 05:30:35 +01:00
mathlib.h Update copyright 2014-02-15 07:45:39 +01:00
path.cpp Update copyright 2014-02-15 07:45:39 +01:00
path.h Update copyright 2014-02-15 07:45:39 +01:00
pcrerules.pri pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02:00
preprocessor.cpp Reverted info message that only applies to CLI 2014-03-11 20:55:02 +01:00
preprocessor.h Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
settings.cpp Update copyright 2014-02-15 07:45:39 +01:00
settings.h Fixed #5529 (Further control in selecting what configurations to consider) 2014-03-10 15:49:02 +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 #4302 (Member variable not initialized in public delegate constructor) 2014-03-12 05:48:13 +01:00
symboldatabase.h Update copyright 2014-02-15 07:45:39 +01:00
templatesimplifier.cpp Fixed #5215 (segmentation fault (invalid code) in TemplateSimplifier::useDefaultArgumentValues) 2014-03-12 19:36:22 +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 Ticket #5373: Keep track whether tokens come from a C or C++ file to properly handle %type% in Token::Match with "delete" 2014-03-08 21:26:06 +01:00
token.h astyle formatting 2014-03-09 08:49:32 +01:00
tokenize.cpp Fixed #5079 (CheckIO::checkFileUsage doesn't support wide char and microsoft functions) 2014-03-12 19:22:44 +01:00
tokenize.h Reflection no longer part of markup. Some tokeniser not done on markup. 2014-03-11 15:57:28 +01:00
tokenlist.cpp Optimization: tokenlist::addtoken 2014-03-09 17:54:49 +01:00
tokenlist.h Optimization: tokenlist::addtoken 2014-03-09 17:54:49 +01:00
valueflow.cpp Spell fix: dont => do not 2014-02-27 16:40:42 +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 Refactorized resource files: 2012-10-14 10:21:22 +02:00