cppcheck/lib
Daniel Marjamäki c83d9cd786 Fixed #843 (new check: Passing uninitialized array to strlen/strdup/strcpy/strcat/etc) 2009-10-31 16:36:56 +01:00
..
check.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkautovariables.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkautovariables.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkbufferoverrun.cpp Fix #868 (False positive - buffer access out of bounds in for loop) 2009-10-29 16:04:23 +02:00
checkbufferoverrun.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkclass.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkclass.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkexceptionsafety.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkexceptionsafety.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkheaders.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp Memory leaks: Detect simple leak 2009-10-27 23:08:11 +01:00
checkmemoryleak.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkother.cpp Fixed #843 (new check: Passing uninitialized array to strlen/strdup/strcpy/strcat/etc) 2009-10-31 16:36:56 +01:00
checkother.h uninitialized variables: added check 2009-10-29 21:34:43 +01:00
checkstl.cpp Fixed #877 (False positive: After insert, iterator may be invalid) 2009-10-31 15:27:33 +01:00
checkstl.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkunusedfunctions.cpp Fixed #867 (unused member function warning) 2009-10-30 15:00:13 +01:00
checkunusedfunctions.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
classinfo.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
cppcheck.cpp astyle fix 2009-10-27 11:10:59 +02:00
cppcheck.h Refactoring: Changed pointer to reference 2009-10-26 21:31:36 +01:00
errorlogger.cpp Fixed #854 (invalid XML generated for folders containing &) 2009-10-27 22:10:14 +01:00
errorlogger.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
filelister.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
filelister.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
lib.pri Restructuring: Updated the Visual Studio project files. They are now generated by qmake 2009-10-28 17:37:38 +01:00
mathlib.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
mathlib.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
preprocessor.cpp Fix #685 (Include file not found is printed with -v when include file is empty) 2009-10-31 13:46:03 +02:00
preprocessor.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
settings.cpp simple optimisation 2009-10-27 17:55:27 +01:00
settings.h simple optimisation 2009-10-27 17:55:27 +01:00
token.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
token.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
tokenize.cpp Fixed #430 (Tokenizer: handle templates with partial specialisation) 2009-10-31 12:34:52 +01:00
tokenize.h refactoring the folder structure 2009-10-25 12:49:06 +01:00