cppcheck/lib
Raphael Geissert 29ca5fbe1e Minor optimisations to the preprocessor 2011-01-30 18:47:49 -06:00
..
check.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkautovariables.cpp Refactoring: Check if type is class/struct through symbol database 2011-01-16 19:57:29 +01:00
checkautovariables.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkbufferoverrun.cpp Fixed #1952 (false negative: buffer acces out of bounds with memcpy) 2011-01-22 21:31:26 +01:00
checkbufferoverrun.h Fixed #1952 (false negative: buffer acces out of bounds with memcpy) 2011-01-22 21:31:26 +01:00
checkclass.cpp Tokenizer: collapse operator function names into a single token. ticket: #2519 2011-01-27 18:44:20 +01:00
checkclass.h Fixed #2474 (false positive: Member variable 'A::m_SemVar' is not initialised in the constructor.) 2011-01-18 07:34:11 +01:00
checkexceptionsafety.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkexceptionsafety.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkmemoryleak.cpp Memory leaks: less conservative checking of classes. ticket: #2517 2011-01-30 08:38:20 +01:00
checkmemoryleak.h Symbol database: renamed classes. ticket: #2468 2011-01-17 18:29:19 +01:00
checknullpointer.cpp Detect null pointer dereferences for many FILE-related functions 2011-01-30 02:34:58 -06:00
checknullpointer.h Fixed #2467 (false positive: possible nullptr dereference) 2011-01-17 19:23:00 +01:00
checkobsoletefunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkobsoletefunctions.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkother.cpp runastyle 2011-01-26 20:10:56 +01:00
checkother.h Fixed #2494 (New check: clarify calculation when using ?: operator) 2011-01-24 21:40:49 +01:00
checkpostfixoperator.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkpostfixoperator.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkstl.cpp Fixed #2488 (false positive with updating iterator in a for loop) 2011-01-20 20:48:35 +01:00
checkstl.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkuninitvar.cpp Fixed #2467 (false positive: possible nullptr dereference) 2011-01-17 19:23:00 +01:00
checkuninitvar.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkunusedfunctions.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
checkunusedfunctions.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
cppcheck.cpp Move filelister* to cli. 2011-01-18 19:58:49 +02:00
cppcheck.h Fix doxgen comment. 2011-01-13 23:25:17 +02:00
errorlogger.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
errorlogger.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
executionpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
executionpath.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
lib.pri Move filelister* to cli. 2011-01-18 19:58:49 +02:00
mathlib.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
mathlib.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
path.cpp Move sameFileName() method to Path class. 2011-01-18 19:58:16 +02:00
path.h Move sameFileName() method to Path class. 2011-01-18 19:58:16 +02:00
preprocessor.cpp Minor optimisations to the preprocessor 2011-01-30 18:47:49 -06:00
preprocessor.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
settings.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
symboldatabase.cpp Symbol database: better unit testing. ticket: #2468 2011-01-28 08:33:02 +01:00
symboldatabase.h Symbol database: better unit testing. ticket: #2468 2011-01-28 08:33:02 +01:00
timer.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
timer.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
token.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
tokenize.cpp Tokenizer: remove some unhandled macros in the global scope. ticket: #2523 2011-01-30 08:34:58 +01:00
tokenize.h Tokenizer: remove some unhandled macros in the global scope. ticket: #2523 2011-01-30 08:34:58 +01:00