cppcheck/lib
Daniel Marjamäki 910a90e4c1 Revert "cxx11.h: removed the 'evil workaround'"
This reverts commit 2cb9032d76.
2014-02-21 20:06:55 +01: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 use nullptr 2014-02-16 10:32:10 +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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
checkbufferoverrun.h Update copyright 2014-02-15 07:45:39 +01:00
checkclass.cpp Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 Merge pull request #241 from lanurmi/more-nullptr 2014-02-16 23:29:23 +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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
checkstl.h Update copyright 2014-02-15 07:45:39 +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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02: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 Update copyright 2014-02-15 07:45:39 +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 use nullptr in lib/library.cpp 2014-02-15 08:41:17 +01:00
library.h Update copyright 2014-02-15 07:45:39 +01:00
mathlib.cpp Fixed #5304 (Wrong simplification of numbers like 001E+07 to 1.0) 2014-02-20 16:56:49 +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 use nullptr in lib/preprocessor.cpp 2014-02-15 08:37:57 +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 Update copyright 2014-02-15 07:45:39 +01:00
standards.h Fixed #5007 (Same include guard naming) 2013-09-04 20:59:49 +02: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 Symbol database: added simple mismatch check in Scope::findFunction when passing address to function that expects a reference 2014-02-19 06:35:51 +01:00
symboldatabase.h Update copyright 2014-02-15 07:45:39 +01:00
templatesimplifier.cpp use nullptr 2014-02-16 10:32:10 +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 Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
token.h Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
tokenize.cpp Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
tokenize.h Change some more 0 literals into nullptr. 2014-02-16 13:38:50 +02:00
tokenlist.cpp Fixed #5468 (crash: freebsd: llvm/RegionPrinter.cpp - AST failure) 2014-02-17 17:37:39 +01:00
tokenlist.h Update copyright 2014-02-15 07:45:39 +01:00
valueflow.cpp ValueFlow: Fixed bad values after break/continue 2014-02-17 20:07:38 +01:00
valueflow.h Update copyright 2014-02-15 07:45:39 +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 Refactorized resource files: 2012-10-14 10:21:22 +02:00